RSS

(root)/bugzilla/4.0 : 2107 : runtests.sh

To get this branch, use:
bzr branch /bugzilla/4.0

« back to all changes in this revision

Viewing changes to runtests.sh

jake%bugzilla.org
2003-03-27 00:06:37
Revision ID: cvs-1:jakebugzilla.org-20030327080637-gx430s1kddkhm8on
Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
r=justdave
a=justdave

Show diffs side-by-side

added added

removed removed

1
1
#!/bin/sh
2
2
 
3
 
TEST_VERBOSE=0
4
 
for f in $*; do
5
 
  if [ "$f" = "--verbose" ] ; then
6
 
    TEST_VERBOSE="--verbose"
7
 
  fi
8
 
done
9
 
 
10
 
/usr/bonsaitools/bin/perl runtests.pl ${TEST_VERBOSE}
 
3
/usr/bin/perl runtests.pl $*

Loggerhead 1.18.1 is a web-based interface for Bazaar branches