build: build-osx.sh: fail build if id1 maps leak
This commit is contained in:
parent
983a9afbd2
commit
a3cb25b46a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue