Merge pull request #4340 from jepler/fix-ci-failure-info
build.yml: Fix 'Print failure info' to not error
This commit is contained in:
commit
dfcc9c6d8b
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -81,6 +81,7 @@ jobs:
|
||||
working-directory: tests
|
||||
- name: Print failure info
|
||||
run: |
|
||||
shopt -s nullglob;
|
||||
for exp in *.exp;
|
||||
do testbase=$(basename $exp .exp);
|
||||
echo -e "\nFAILURE $testbase";
|
||||
|
Loading…
x
Reference in New Issue
Block a user