diff --git a/testmaps/automatated_tests.sh b/testmaps/automatated_tests.sh index fd2e4bf6..b9ee6092 100755 --- a/testmaps/automatated_tests.sh +++ b/testmaps/automatated_tests.sh @@ -69,7 +69,7 @@ qbsp_brush_clipping_order.bsp" # check .json diff of COMMIT_JSON_MAPS for bsp in ${COMMIT_JSON_MAPS}; do # save regular verbosity log to file, to avoid spamming the CI log - qbsp -nopercent ${bsp} &> ${bsp}.qbsplog || exit 1 + qbsp -nopercent ${bsp} &> ${bsp}.qbsplog # dump .bsp to .bsp.json bspinfo ${bsp} || exit 1