Skip to content

Commit

Permalink
Fix comment in testcase.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 11, 2024
1 parent 1168509 commit c6eb1b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testcase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ stdout_observed="$wasm.stdout.observed"
stderr_observed="$wasm.stderr.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
exit 1
fi
Expand Down

0 comments on commit c6eb1b1

Please sign in to comment.