Skip to content

Commit

Permalink
Fix a typo in a comment in the test script.
Browse files Browse the repository at this point in the history
  • Loading branch information
zenhack committed Dec 26, 2020
1 parent f430b94 commit 31851ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ NIGHTWATCH_PARAMS=()
if [ ! -z "${TESTCASE:-}" ]; then
# This is awkward because the test case name usually has spaces, but we need
# to pass it as a single argument on the command-line. So, we concoct a bash
# array with TESTNAME containin the name, spacing and all.
# array with TESTNAME containing the name, spacing and all.
read TESTFILE TESTNAME <<< "$TESTCASE"
if [ -z "$TESTNAME" ]; then
NIGHTWATCH_PARAMS=(-t $TESTFILE)
Expand Down

0 comments on commit 31851ba

Please sign in to comment.