Skip to content

Commit

Permalink
./scripts/tests/esp32_qemu_tests.sh: line 52: syntax error near unexp…
Browse files Browse the repository at this point in the history
…ected token & (#8852)
  • Loading branch information
vivien-apple authored Aug 9, 2021
1 parent 5edfb4f commit f446fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/esp32_qemu_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ run_suite() {
if [[ -d "${log_dir}" ]]; then
suite=${1%.a}
suite=${suite#lib}
really_run_suite "$@" |& tee "$log_dir/$suite.log"
really_run_suite "$@" 2>&1 | tee "$log_dir/$suite.log"
else
really_run_suite "$@"
fi
Expand Down

0 comments on commit f446fd2

Please sign in to comment.