Merge pull request #1154 from mstorsjo/runtest-abort-errors

Abort directly on errors in the unit test in run_Test.sh
This commit is contained in:
Ethan Hugg 2014-07-11 09:00:49 -07:00
commit ee4166ebea

View File

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