From 9665c0e6a0ee98cdd113e11b86d3efab474464c0 Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Thu, 27 Mar 2003 08:06:37 +0000 Subject: Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line r=justdave a=justdave --- runtests.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'runtests.sh') diff --git a/runtests.sh b/runtests.sh index 164ec3acf..d6f3d1a54 100755 --- a/runtests.sh +++ b/runtests.sh @@ -1,10 +1,3 @@ #!/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} +/usr/bin/perl runtests.pl $* -- cgit v1.2.3-24-g4f1b