rbb 2004/06/07 17:35:10
Modified: test abts.c
Log:
Merge from ABTS svn repo. Don't pring success message when -l is used.
Revision Changes Path
1.12 +4 -0 apr/test/abts.c
Index: abts.c
===================================================================
RCS file: /home/cvs/apr/test/abts.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- abts.c 5 Jun 2004 19:20:12 -0000 1.11
+++ abts.c 8 Jun 2004 00:35:10 -0000 1.12
@@ -189,6 +189,10 @@
count += dptr->failed;
}
+ if (list_tests) {
+ return 0;
+ }
+
if (count == 0) {
printf("All tests passed.\n");
return 0;