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:
commit
ee4166ebea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user