Skip to content
Snippets Groups Projects
Commit 4f41660d authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#3947] Always use a new XML file for results

parent 75b682f4
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
# #
# Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> # Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
XML_RESULTS="cppunitresults.xml"
set -x set -x
# Compile the daemon # Compile the daemon
...@@ -23,6 +25,8 @@ popd ...@@ -23,6 +25,8 @@ popd
# Run the unit tests for the daemon # 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 make check
# if at least one test failed, exit # if at least one test failed, exit
./test --xml || exit 1 ./test --xml || exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment