|
From: <jgr...@us...> - 2003-08-01 01:11:46
|
Update of /cvsroot/popfile/engine
In directory sc8-pr-cvs1:/tmp/cvs-serv29648
Modified Files:
tests.pl
Log Message:
Verbose output
Index: tests.pl
===================================================================
RCS file: /cvsroot/popfile/engine/tests.pl,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** tests.pl 31 Jul 2003 16:32:20 -0000 1.25
--- tests.pl 1 Aug 2003 01:11:43 -0000 1.26
***************
*** 61,64 ****
--- 61,65 ----
}
$test_failures += 1;
+ # print "Test fail at $file:$line\n";
} else {
# print "Test pass at $file:$line\n";
|