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:
parent
be607c07a4
commit
b39d776506
|
@ -23,7 +23,7 @@ function usage() {
|
||||||
echo "injects the <tint>/tools directory as the second command line argument"
|
echo "injects the <tint>/tools directory as the second command line argument"
|
||||||
echo
|
echo
|
||||||
echo "Usage of <tint>/tools/test-runner:"
|
echo "Usage of <tint>/tools/test-runner:"
|
||||||
SCRIPT_DIR/../tools/test-runner --help
|
"${SCRIPT_DIR}/../tools/test-runner" --help
|
||||||
}
|
}
|
||||||
|
|
||||||
TINT="$1"
|
TINT="$1"
|
||||||
|
|
Loading…
Reference in New Issue