From 75d0ed2770ba4b46d066b879d8466e2e8172d67a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Fri, 25 Jan 2013 15:40:23 +0000 Subject: [PATCH] Print some debug info in case of failure --- org.glite.testsuites.ctb/LB/tests/lb-test-https.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-https.sh b/org.glite.testsuites.ctb/LB/tests/lb-test-https.sh index 38560e2..b62a9dc 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-https.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-https.sh @@ -172,7 +172,8 @@ test_done if [ "$?" != "0" ]; then test_failed - print_error "JobID not found among data returned" + print_error "JobID not found among data returned:" + $SYS_CAT https.$$.tmp else test_done fi @@ -220,7 +221,8 @@ test_done if [ "$?" != "0" ]; then test_failed - print_error "Notification ID not found among data returned" + print_error "Notification ID not found among data returned:" + $SYS_CAT https.$$.tmp else test_done fi -- 1.8.2.3