diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh index a0b1ab68d1b99426cbeb8205cf90c1430f27b126..875a3c93d2bb3190547a8221afe117d5e54b3aa4 100755 --- a/hudson-sflphone-script.sh +++ b/hudson-sflphone-script.sh @@ -27,9 +27,7 @@ popd pushd sflphone-common/test # Remove the previous XML test file rm -rf $XML_RESULTS -make check -# if at least one test failed, exit -CODECS_PATH="../src/audio/codecs" FAKE_PLUGIN_DIR="../src/plug-in/test/" FAKE_PLUGIN_NAME="../src/plug-in/test/libplugintest.so" ./test --xml || exit 1 +make check || exit 1 popd # Compile the client