[Compbench-web-devel] compbenchmarks-web/tools compbenchmarks-heartbeat.pl, 1.11, 1.12
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-09-09 18:23:06
|
Update of /cvsroot/compbench/compbenchmarks-web/tools In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22398 Modified Files: compbenchmarks-heartbeat.pl Log Message: doc sub-directory ignored while removing temporary files. Index: compbenchmarks-heartbeat.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/tools/compbenchmarks-heartbeat.pl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** compbenchmarks-heartbeat.pl 14 Dec 2006 22:16:04 -0000 1.11 --- compbenchmarks-heartbeat.pl 9 Sep 2007 18:23:02 -0000 1.12 *************** *** 46,49 **** --- 46,52 ---- next; } + if ($_ eq "doc") { + next; + } my (@el) = stat("$LT_TMP_DIR/$_"); $d=$t-$el[9]; |