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

#8763 Disable unit tests execution + gnome client compilation

parent 03c62c45
No related branches found
No related tags found
No related merge requests found
...@@ -35,11 +35,11 @@ make check ...@@ -35,11 +35,11 @@ make check
popd popd
# Run the unit tests for the daemon # Run the unit tests for the daemon
pushd daemon/test # pushd daemon/test
# Remove the previous XML test file # Remove the previous XML test file
rm -rf $XML_RESULTS # rm -rf $XML_RESULTS
./run_tests.sh || exit 1 # ./run_tests.sh || exit 1
popd # popd
# Compile the client # Compile the client
pushd gnome pushd gnome
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment