From ec3f24893d5cc546e0550751a5388c52704053a6 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sat, 15 Jan 2022 16:11:40 -0700 Subject: [PATCH] automated_tests.sh: fix bash weirdness --- testmaps/automatated_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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