Skip to content

Commit f6157c0

Browse files
author
Friedrich Beckmann
committed
bazel/macos: fix shell script to also work on macos
Signed-off-by: Friedrich Beckmann <friedrich.beckmann@tha.de>
1 parent 8c614cf commit f6157c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/regression_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ case "$TEST_TYPE" in
2323
esac
2424

2525
echo "Command: $CMD"
26-
$CMD |& tee $LOG_FILE
26+
$CMD 2>&1 | tee $LOG_FILE
2727

2828
echo "Exitcode: $?"
2929

0 commit comments

Comments
 (0)