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 b8f0da8 commit 21db78cCopy full SHA for 21db78c
test/integration/tests/2433-ghc-by-version/Main.hs
@@ -1,5 +1,7 @@
1
import System.Process (rawSystem)
2
import Control.Exception (throwIO)
3
+import StackTest
4
+import Control.Monad (unless)
5
6
main :: IO ()
-main = rawSystem "bash" ["run.sh"] >>= throwIO
7
+main = unless isWindows $ rawSystem "bash" ["run.sh"] >>= throwIO
0 commit comments