summaryrefslogtreecommitdiffstats
path: root/runtests.sh
blob: 164ec3acffea628eab712cb922932481ec90e5a0 (plain)
1
2
3
4
5
6
7
8
9
10
#!/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}