fixed output redirection
This commit is contained in:
parent
c47c66f17e
commit
0049756491
|
@ -6,7 +6,7 @@
|
|||
HERE=`dirname $0`
|
||||
|
||||
begintime=`date`
|
||||
ruby $HERE/../tests/mongo-qa/$1
|
||||
ruby $HERE/../tests/mongo-qa/$1 >> $2
|
||||
exitval=$?
|
||||
endtime=`date`
|
||||
|
||||
|
|
Loading…
Reference in New Issue