aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib504.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-10-19 21:12:27 +0000
committerYang Tse <yangsita@gmail.com>2006-10-19 21:12:27 +0000
commitc818e7064f461c347108ccf291e73925cb6be512 (patch)
treefe8a6157cfdef1aa8295faa950dfebc83e395eb6 /tests/libtest/lib504.c
parentead6ab2ef765ec8c917ba8f5424d72a6624b0b20 (diff)
When aborting, show loop counter values when more than one counter exists.
Diffstat (limited to 'tests/libtest/lib504.c')
-rw-r--r--tests/libtest/lib504.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c
index fed91232c..cba069122 100644
--- a/tests/libtest/lib504.c
+++ b/tests/libtest/lib504.c
@@ -88,6 +88,7 @@ int test(char *URL)
forever */
} while(--loop1>0);
if ((loop1 <= 0) || (loop2 <= 0)) {
+ fprintf(stderr, "loop1: %d loop2: %d \n", loop1, loop2);
fprintf(stderr, "ABORTING TEST, since it seems "
"that it would have run forever.\n");
ret = 77;