Add logging and assertions on output to cyclical test
[cabal.git] / cabal-testsuite / PackageTests / JS / JsSourcesExe / other-arch.test.hs
blob187a9cf73bd87a286d32164a6297e7750fbef28b
1 import Test.Cabal.Prelude
3 main = cabalTest $ do
4 skipIfJavaScript
5 -- Ensure the field `js-sources` does not raise issues
6 res <- cabal' "v2-run" ["demo"]
7 assertOutputContains "Hello Not JS!" res