From 81d1e7bc3b7988986762f2c802ede9c3807d1820 Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Wed, 18 Feb 2009 17:42:37 -0500 Subject: [PATCH] pass additional args as command-line args --- bin/run_test_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run_test_script b/bin/run_test_script index 7d04609..36afedc 100755 --- a/bin/run_test_script +++ b/bin/run_test_script @@ -10,7 +10,7 @@ if [ ! -f $HERE/../tests/mongo-qa/$1 ] ; then fi begintime=`date` -ruby $HERE/../tests/mongo-qa/$1 >> $2 +ruby $HERE/../tests/mongo-qa/$1 $3 $4 >> $2 exitval=$? endtime=`date`