tools/test-all.sh: Fix usage info

Change-Id: I7807cb372e5b278397a37fe3e685a6a919b278e4
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/51380
Commit-Queue: James Price <jrprice@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Auto-Submit: James Price <jrprice@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
James Price 2021-05-18 17:06:18 +00:00 committed by Commit Bot service account
parent be607c07a4
commit b39d776506
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ function usage() {
echo "injects the <tint>/tools directory as the second command line argument"
echo
echo "Usage of <tint>/tools/test-runner:"
SCRIPT_DIR/../tools/test-runner --help
"${SCRIPT_DIR}/../tools/test-runner" --help
}
TINT="$1"