From: zach%zachlipton.com <> Date: Sun, 10 Nov 2002 11:50:31 +0000 (+0000) Subject: And turn this into a stub for runtests.pl. X-Git-Tag: bugzilla-2.17.2~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1dc04d3d909fa8879f781f02c136bd18b526733;p=thirdparty%2Fbugzilla.git 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) --- diff --git a/runtests.sh b/runtests.sh index f19134f908..164ec3acff 100755 --- a/runtests.sh +++ b/runtests.sh @@ -1,12 +1,10 @@ #!/bin/sh TEST_VERBOSE=0 -PART1='use Test::Harness qw(&runtests $verbose); $verbose=' -PART2='; runtests @ARGV;' for f in $*; do if [ "$f" = "--verbose" ] ; then - TEST_VERBOSE=1 + TEST_VERBOSE="--verbose" fi done -/usr/bonsaitools/bin/perl -e "${PART1}${TEST_VERBOSE}${PART2}" t/*.t +/usr/bonsaitools/bin/perl runtests.pl ${TEST_VERBOSE}