File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,15 +98,15 @@ jobs:
98
98
if : matrix.libgccjit_version.gcc != 'libgccjit12.so'
99
99
id : tests
100
100
run : |
101
- ${{ matrix.libgccjit_version.env_extra }} ./y.sh test --release --clean --build-sysroot --test-failing-rustc ${{ matrix.libgccjit_version.extra }} | tee output_log
101
+ ${{ matrix.libgccjit_version.env_extra }} ./y.sh test --release --clean --build-sysroot --test-failing-rustc ${{ matrix.libgccjit_version.extra }} 2>&1 | tee output_log
102
102
rg --text "test result" output_log >> $GITHUB_STEP_SUMMARY
103
103
104
104
- name : Run failing ui pattern tests for ICE
105
105
# TODO: re-enable those tests for libgccjit 12.
106
106
if : matrix.libgccjit_version.gcc != 'libgccjit12.so'
107
107
id : ui-tests
108
108
run : |
109
- ${{ matrix.libgccjit_version.env_extra }} ./y.sh test --release --test-failing-ui-pattern-tests ${{ matrix.libgccjit_version.extra }} | tee output_log_ui
109
+ ${{ matrix.libgccjit_version.env_extra }} ./y.sh test --release --test-failing-ui-pattern-tests ${{ matrix.libgccjit_version.extra }} 2>&1 | tee output_log_ui
110
110
if grep -q "the compiler unexpectedly panicked" output_log_ui; then
111
111
echo "Error: 'the compiler unexpectedly panicked' found in output logs. CI Error!!"
112
112
exit 1
You can’t perform that action at this time.
0 commit comments