Fix comment in testcase.sh

pull/429/head
Alex Crichton 1 year ago
parent 11685092b8
commit c6eb1b1136

@ -15,7 +15,8 @@ stdout_observed="$wasm.stdout.observed"
stderr_observed="$wasm.stderr.observed" stderr_observed="$wasm.stderr.observed"
exit_status_observed="$wasm.exit_status.observed" exit_status_observed="$wasm.exit_status.observed"
# 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
# was invoked with no arguments which isn't as intended.
if [ "$runwasi" == "" ]; then if [ "$runwasi" == "" ]; then
exit 1 exit 1
fi fi

Loading…
Cancel
Save