[Libsysio-commit] libsysio_tests: libsysio/tests test_all.pl
Brought to you by:
lward
|
From: Sonja T. <so...@us...> - 2003-08-14 18:45:20
|
Update of /cvsroot/libsysio/libsysio/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv14983/libsysio/tests
Modified Files:
Tag: libsysio_tests
test_all.pl
Log Message:
Merging and fixing bug
Index: test_all.pl
===================================================================
RCS file: /cvsroot/libsysio/libsysio/tests/Attic/test_all.pl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -w -b -B -p -r1.1.2.5 -r1.1.2.6
--- test_all.pl 14 Jul 2003 21:02:05 -0000 1.1.2.5
+++ test_all.pl 14 Aug 2003 18:31:53 -0000 1.1.2.6
@@ -57,6 +57,7 @@ if ($resarr[0] ne $res) {
print "path test returned $resarr[2] instead of $res\n";
$failures++;
} else {
+ print "test_path finished successfully\n";
$success++;
}
}
|