fixed output redirection

This commit is contained in:
Jim Menard 2009-02-05 14:24:01 -05:00
parent c47c66f17e
commit 0049756491
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
HERE=`dirname $0` HERE=`dirname $0`
begintime=`date` begintime=`date`
ruby $HERE/../tests/mongo-qa/$1 ruby $HERE/../tests/mongo-qa/$1 >> $2
exitval=$? exitval=$?
endtime=`date` endtime=`date`