We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e96870 commit df0aa6eCopy full SHA for df0aa6e
Makefile
@@ -72,10 +72,9 @@ testexamples: build
72
$(SHELLTEST) tests/examples
73
74
# run tests that require --shell /bin/bash
75
+# these are expected to fail with the default shell (sh), but we don't need to test that
76
testbash: build
- @echo bash tests should fail when run with /bin/sh:
77
- @(! $(SHELLTEST) tests/bash >/dev/null) && echo ok
78
- @echo bash tests should succeed when run with /bin/bash:
+ @echo bash tests should succeed when run with --shell /bin/bash:
79
@$(SHELLTEST) tests/bash --shell /bin/bash
80
81
# run shell tests with several ghc versions
0 commit comments