summaryrefslogtreecommitdiffstats
path: root/runtests.sh
diff options
context:
space:
mode:
authorzach%zachlipton.com <>2001-09-01 02:41:35 +0200
committerzach%zachlipton.com <>2001-09-01 02:41:35 +0200
commit478ae87e939bf51e5bfc4dcfe8f9e5f2aca4781f (patch)
tree972d2c53429dc67989265e92902c269d4148767f /runtests.sh
parentfdc62300aa273b90e6930195d06b1bf061e89f4b (diff)
downloadbugzilla-478ae87e939bf51e5bfc4dcfe8f9e5f2aca4781f.tar.gz
bugzilla-478ae87e939bf51e5bfc4dcfe8f9e5f2aca4781f.tar.xz
Adding runtests.sh and 1.t to start the testing suite. No bug has been
filed on this issue. NOT_PART_OF_BUILD.
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtests.sh b/runtests.sh
new file mode 100755
index 000000000..d220f7c20
--- /dev/null
+++ b/runtests.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+/usr/bonsaitools/bin/perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t