gecko-dev/webtools/bugzilla/runtests.sh
zach%zachlipton.com 875df8157a And turn this into a stub for runtests.pl.
No review needed on tests (but review will be needed for all test changes
after this one)
2002-11-10 03:50:31 +00:00

11 lines
171 B
Bash
Executable File

#!/bin/sh
TEST_VERBOSE=0
for f in $*; do
if [ "$f" = "--verbose" ] ; then
TEST_VERBOSE="--verbose"
fi
done
/usr/bonsaitools/bin/perl runtests.pl ${TEST_VERBOSE}