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
elseif (x_actual ==127) -- catch bad executable - should work on posix systems at least
194
-
thenioError$userError$unwords$filter (not.null) [e_actual, printf "Command: '%s' Exit code: %i" cmd x_actual] -- XXX still a test failure; should be an error
195
-
else assertString $concat$filter (not.null) [
189
+
case print_ args of
190
+
Just format ->printShellTest format (actual args) st (mkEither outputMatch o_actual) (mkEither errorMatch e_actual) (mkEither exitCodeMatch x_actual)
191
+
Nothing->if (x_actual ==127) -- catch bad executable - should work on posix systems at least
192
+
thenioError$userError$unwords$filter (not.null) [e_actual, printf "Command: '%s' Exit code: %i" cmd x_actual] -- XXX still a test failure; should be an error
193
+
else assertString $concat$filter (not.null) [
196
194
ifanynot [outputMatch, errorMatch, exitCodeMatch]
197
195
then printf "Command (at line %s):\n%s\n" (show ln) cmd
0 commit comments