Update of /cvsroot/nice/tester
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10122
Modified Files:
.cvsignore run
Log Message:
Store test metrics
Index: .cvsignore
===================================================================
RCS file: /cvsroot/nice/tester/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .cvsignore 28 Apr 2003 11:44:44 -0000 1.1
--- .cvsignore 7 May 2004 08:53:19 -0000 1.2
***************
*** 2,3 ****
--- 2,5 ----
config.*
setup
+ METRICS
+ *.metrics
Index: run
===================================================================
RCS file: /cvsroot/nice/tester/run,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** run 24 Nov 2003 22:26:21 -0000 1.10
--- run 7 May 2004 08:53:19 -0000 1.11
***************
*** 83,90 ****
--- 83,98 ----
echo ""
+ rm -f METRICS
+
set +e
$test
code=$?
set -e
+
+ if [ -r METRICS ]; then
+ echo -n "`date +'%F %R'` " >> ../$testname.metrics
+ cat METRICS >> ../$testname.metrics
+ fi
+
{
echo -n "$testname "
|