automated_tests.sh: fix bash weirdness

This commit is contained in:
Eric Wasylishen 2022-01-15 16:11:40 -07:00
parent 978b882381
commit ec3f24893d
1 changed files with 1 additions and 1 deletions

View File

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