Fixed bug on cpp98 build which does not run some python unittests

This commit is contained in:
Jan Möbius
2016-05-12 11:33:20 +02:00
parent 80316d61ea
commit d71aabad49

View File

@@ -120,7 +120,6 @@ else
echo -e "${NC}"
fi
OPTIONS=
cd ..
@@ -196,6 +195,9 @@ if [ "$LANGUAGE" == "C++11" ]; then
rm -f openmesh.so
cp ../Build/python/openmesh.so .
python -m unittest discover -v
cd ..
else
echo -e "${WARNING}"
@@ -204,7 +206,6 @@ else
fi
cd ..
cd ..
echo -e "${OUTPUT}"