Disable python unittests on linux as well

This commit is contained in:
Jan Möbius
2015-11-30 11:14:29 +01:00
parent b52650005b
commit f6ebad86ff

View File

@@ -58,7 +58,7 @@ cd ..
# Execute Python unittests
cd Python-Unittests
python -m unittest discover -v
#python -m unittest discover -v
cd ..
cd ..