[GRASS-SVN] r55315 - sandbox/martinl
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 11 07:27:00 PDT 2013
Author: martinl
Date: 2013-03-11 07:26:59 -0700 (Mon, 11 Mar 2013)
New Revision: 55315
Modified:
sandbox/martinl/repeat_test.sh
Log:
sandbox/martinl: fix repeat_test.sh (time)
Modified: sandbox/martinl/repeat_test.sh
===================================================================
--- sandbox/martinl/repeat_test.sh 2013-03-11 13:27:20 UTC (rev 55314)
+++ sandbox/martinl/repeat_test.sh 2013-03-11 14:26:59 UTC (rev 55315)
@@ -15,7 +15,7 @@
st=0
for i in `seq 1 $NUM`; do
echo -n $i..
- t=`/usr/bin/time -f "%U" $CMD --q 2>&1`
+ t=`/usr/bin/time -f "%e" $CMD --q 2>&1`
st=$(echo $st + $t | bc)
done
More information about the grass-commit
mailing list