summaryrefslogtreecommitdiffstats
path: root/runtests.sh
diff options
context:
space:
mode:
authorjake%bugzilla.org <>2003-03-27 09:06:37 +0100
committerjake%bugzilla.org <>2003-03-27 09:06:37 +0100
commit9665c0e6a0ee98cdd113e11b86d3efab474464c0 (patch)
tree53f75f6c8f1207c6dfba7209709e8a4bb9cca27f /runtests.sh
parentd97f96781715a3d13dc99deb616aa63c4aeb42d5 (diff)
downloadbugzilla-9665c0e6a0ee98cdd113e11b86d3efab474464c0.tar.gz
bugzilla-9665c0e6a0ee98cdd113e11b86d3efab474464c0.tar.xz
Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
r=justdave a=justdave
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh9
1 files changed, 1 insertions, 8 deletions
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 $*