#8763 Disable unit tests execution + gnome client compilation

This commit is contained in:
Emmanuel Milou
2012-02-23 14:16:25 -05:00
parent 03c62c45ca
commit ef1b40472b

View File

@ -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