diff --git a/run_Test.sh b/run_Test.sh index 3cfdb1cc..e582f7e2 100755 --- a/run_Test.sh +++ b/run_Test.sh @@ -29,6 +29,7 @@ runMain() if [ "${TestType}" = "UnitTest" ] then + set -e make -B ENABLE64BIT=Yes BUILDTYPE=Release all plugin test make -B ENABLE64BIT=Yes BUILDTYPE=Debug all plugin test make -B ENABLE64BIT=No BUILDTYPE=Release all plugin test