build: build-osx.sh: fail build if id1 maps leak

This commit is contained in:
Eric Wasylishen 2017-07-15 12:59:50 -06:00
parent 983a9afbd2
commit a3cb25b46a
1 changed files with 5 additions and 0 deletions

View File

@ -25,3 +25,8 @@ cpack
# run tests
./light/testlight || exit 1
./qbsp/testqbsp || exit 1
# test id1 maps for leaks
cd ..
cd testmaps/quake_map_source
PATH=../../$BUILD_DIR/qbsp ./leaktest.sh || exit 1