rbb 2004/06/07 17:37:44 Modified: test abts.c Log: Merge from ABTS svn repo. Don't print success message when using -l Revision Changes Path 1.2 +4 -0 apr-util/test/abts.c Index: abts.c =================================================================== RCS file: /home/cvs/apr-util/test/abts.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- abts.c 5 Jun 2004 22:19:41 -0000 1.1 +++ abts.c 8 Jun 2004 00:37:44 -0000 1.2 @@ -189,6 +189,10 @@ count += dptr->failed; } + if (list_tests) { + return 0; + } + if (count == 0) { printf("All tests passed.\n"); return 0;