From ef1b40472b2353ea461e6f01d8ac44da7ee95d9b Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Thu, 23 Feb 2012 14:16:25 -0500 Subject: [PATCH] #8763 Disable unit tests execution + gnome client compilation --- hudson-sflphone-script.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh index a76090f155..9cc7eb83da 100755 --- a/hudson-sflphone-script.sh +++ b/hudson-sflphone-script.sh @@ -35,11 +35,11 @@ make check popd # Run the unit tests for the daemon -pushd daemon/test +# pushd daemon/test # Remove the previous XML test file -rm -rf $XML_RESULTS -./run_tests.sh || exit 1 -popd +# rm -rf $XML_RESULTS +# ./run_tests.sh || exit 1 +# popd # Compile the client pushd gnome -- GitLab