File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ function at-exit {
38
38
39
39
ccache --print-stats > artifacts/ccache_stats.txt
40
40
cp " ${BUILD_DIR} " /.ninja_log artifacts/.ninja_log
41
- cp " ${BUILD_DIR} " /test-results.* .xml artifacts/
41
+ cp " ${BUILD_DIR} " /test-results.* .xml artifacts/ || :
42
42
43
43
# If building fails there will be no results files.
44
44
shopt -s nullglob
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function at-exit {
33
33
mkdir -p artifacts
34
34
sccache --show-stats >> artifacts/sccache_stats.txt
35
35
cp " ${BUILD_DIR} " /.ninja_log artifacts/.ninja_log
36
- cp " ${BUILD_DIR} " /test-results.* .xml artifacts/
36
+ cp " ${BUILD_DIR} " /test-results.* .xml artifacts/ || :
37
37
38
38
# If building fails there will be no results files.
39
39
shopt -s nullglob
You can’t perform that action at this time.
0 commit comments