Really disable the tests here
This commit is contained in:
30
CI/ci-mac.sh
30
CI/ci-mac.sh
@@ -90,14 +90,22 @@ echo "======================================================================"
|
||||
echo -e "${NC}"
|
||||
|
||||
|
||||
# Execute Python unittests
|
||||
cd Python-Unittests
|
||||
if [ "$LANGUAGE" == "C++11" ]; then
|
||||
|
||||
# Execute Python unittests
|
||||
cd Python-Unittests
|
||||
|
||||
rm -f openmesh.so
|
||||
cp ../Build/python/openmesh.so .
|
||||
python -m unittest discover -v
|
||||
|
||||
cd ..
|
||||
|
||||
else
|
||||
echo "WARNING! Python unittests disabled for clang on Mac with c++98 !!"
|
||||
fi
|
||||
|
||||
rm -f openmesh.so
|
||||
cp ../Build/python/openmesh.so .
|
||||
python -m unittest discover -v
|
||||
|
||||
cd ..
|
||||
cd ..
|
||||
|
||||
|
||||
@@ -167,12 +175,12 @@ echo -e "${NC}"
|
||||
|
||||
if [ "$LANGUAGE" == "C++11" ]; then
|
||||
|
||||
# Execute Python unittests
|
||||
cd Python-Unittests
|
||||
# Execute Python unittests
|
||||
cd Python-Unittests
|
||||
|
||||
rm -f openmesh.so
|
||||
cp ../Build/python/openmesh.so .
|
||||
python -m unittest discover -v
|
||||
rm -f openmesh.so
|
||||
cp ../Build/python/openmesh.so .
|
||||
python -m unittest discover -v
|
||||
else
|
||||
echo "WARNING! Python unittests disabled for clang on Mac with c++98 !!"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user