diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c index fed91232ce09786514690b1f46c4dadc416be3ca..cba0691229291e86c211fff00f65861e2e6651f2 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; diff --git a/tests/libtest/lib507.c b/tests/libtest/lib507.c index e4b1e35a84003947c50877bf96b68b22be4e0b91..9a98da72858e697311d0d3dc1f243a2303ed364a 100644 --- a/tests/libtest/lib507.c +++ b/tests/libtest/lib507.c @@ -45,6 +45,7 @@ int test(char *URL) } } 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"); i = 77; diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c index 9327d728f333476799bf04e659866f53cd835fc2..5d385c9663a84c3b5d5600ae353c129224b42a37 100644 --- a/tests/libtest/lib509.c +++ b/tests/libtest/lib509.c @@ -255,6 +255,7 @@ int test(char *URL) } 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"); i = 77; diff --git a/tests/libtest/lib525.c b/tests/libtest/lib525.c index b5b522de1b12180bd2317ee1d6e9a839d9a23a2c..35c504b97a92377fc43df6ef41393c1575a6fbf3 100644 --- a/tests/libtest/lib525.c +++ b/tests/libtest/lib525.c @@ -129,6 +129,7 @@ int test(char *URL) } 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"); res = 77; diff --git a/tests/libtest/lib526.c b/tests/libtest/lib526.c index e521b60213ed8ad7a3668e6d7b62cad21a27dad0..91d9206e7f90fa3d9ad21a61b76fa2bde09402e5 100644 --- a/tests/libtest/lib526.c +++ b/tests/libtest/lib526.c @@ -144,6 +144,7 @@ int test(char *URL) } 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"); res = 77; diff --git a/tests/libtest/lib530.c b/tests/libtest/lib530.c index 6ee346d940c3cf589c241157e034d456c356318d..e73f26f36276187c53e5273d1a840683d4f47522 100644 --- a/tests/libtest/lib530.c +++ b/tests/libtest/lib530.c @@ -98,6 +98,7 @@ int test(char *URL) } 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"); res = 77; diff --git a/tests/libtest/lib533.c b/tests/libtest/lib533.c index 4403f75ff8c7198f227f57e37791d496d376467b..b0d63a10e2dfce8ec7b7e054b9216d349551f6da 100644 --- a/tests/libtest/lib533.c +++ b/tests/libtest/lib533.c @@ -112,6 +112,7 @@ int test(char *URL) } 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"); res = 77;