From eb76b7772d6bfe03391e93771b76f6238a2f5118 Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Fri, 7 Jan 2011 15:56:03 -0500 Subject: [PATCH] [#3947] Disable unit tests in Hudson --- hudson-sflphone-script.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh index b406027be3..5874f872d8 100755 --- a/hudson-sflphone-script.sh +++ b/hudson-sflphone-script.sh @@ -24,13 +24,13 @@ make doc popd # Run the unit tests for the daemon -pushd sflphone-common/test +# pushd sflphone-common/test # Remove the previous XML test file -rm -rf $(XML_RESULTS) -make check +# rm -rf $(XML_RESULTS) +# make check # if at least one test failed, exit -./test --xml || exit 1 -popd +# ./test --xml || exit 1 +# popd # Compile the client pushd sflphone-client-gnome -- GitLab