diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh index a76090f155d567d36c64127971bce3800bdb3e49..9cc7eb83da64584b9f50298d62246983756aef2f 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