From: Zdeněk Šustr Date: Fri, 25 Jan 2013 15:40:23 +0000 (+0000) Subject: Print some debug info in case of failure X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=75d0ed2770ba4b46d066b879d8466e2e8172d67a;p=jra1mw.git Print some debug info in case of failure --- 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