From 5c692e59f965bd980faaede4faf2e1fba604d593 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Mon, 22 Aug 2011 17:37:28 -0400
Subject: [PATCH] added || exit 1 to run_tests.sh call

---
 hudson-sflphone-script.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh
index b1e29afaac..c7550d770c 100755
--- a/hudson-sflphone-script.sh
+++ b/hudson-sflphone-script.sh
@@ -27,8 +27,8 @@ popd
 pushd daemon/test
 # Remove the previous XML test file
 rm -rf $XML_RESULTS
-make check || exit 1
-./run_tests.sh
+make check
+./run_tests.sh || exit 1
 popd
 
 # Compile the client
-- 
GitLab