From 7d917e6c612c8cd8bc8b9ad689c924424302839c Mon Sep 17 00:00:00 2001 From: Marcel Poul Date: Fri, 16 Mar 2012 00:18:41 +0000 Subject: [PATCH] check test status --- org.glite.testsuites.ctb/CANL-C/tests/canl-test-sec-connection.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org.glite.testsuites.ctb/CANL-C/tests/canl-test-sec-connection.sh b/org.glite.testsuites.ctb/CANL-C/tests/canl-test-sec-connection.sh index e7cdce8..14e57e9 100755 --- a/org.glite.testsuites.ctb/CANL-C/tests/canl-test-sec-connection.sh +++ b/org.glite.testsuites.ctb/CANL-C/tests/canl-test-sec-connection.sh @@ -189,6 +189,11 @@ fi printf "CANL client: connect to CANL sample server \n" ${EMI_CANL_CLIENT} -s localhost -p "${nu_port}" +if [ $? != 0 ]; then + test_failed +else + test_done +fi kill ${last_pid} &> /dev/null -- 1.8.2.3