Skip to content
Snippets Groups Projects
Commit 2d2bee81 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

hudson test : no need to call run_tests.sh anymore

parent 139085be
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment