You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/shelltest.hs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ argdefs = Args {
84
84
,with = def &= typ "EXE"&= help "Replace the first word of test commands with EXE (unindented commands only)"
85
85
,timeout = def &= name "o"&= typ "SECS"&= help "Number of seconds a test may run (default: no limit)"
86
86
,threads = def &= name "j"&= typ "N"&= help "Number of threads for running tests (default: 1)"
87
-
,shell_cmd = def &= name "shell"&= typ "FILE"&= help "The shell to use (must accept -c CMD; default: /bin/sh)"
87
+
,shell_cmd = def &=explicit &=name "shell"&= typ "EXE"&= help "The shell program to use (must accept -c CMD; default: /bin/sh on POSIX, cmd.exe on Windows)"
88
88
,debug = def &= help "Show debug info while running"
89
89
,debug_parse = def &= help "Show test file parsing results and stop"
90
90
,testpaths = def &= args &= typ "TESTFILES|TESTDIRS"
0 commit comments