We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1168509 commit c6eb1b1Copy full SHA for c6eb1b1
tests/testcase.sh
@@ -15,7 +15,8 @@ stdout_observed="$wasm.stdout.observed"
15
stderr_observed="$wasm.stderr.observed"
16
exit_status_observed="$wasm.exit_status.observed"
17
18
-# If we don't have a runwasi command, we're just doing compile-only testing.
+# Double-check that a runwasi command was specified since otherwise this script
19
+# was invoked with no arguments which isn't as intended.
20
if [ "$runwasi" == "" ]; then
21
exit 1
22
fi
0 commit comments