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
|
working-directory: tests
|
||||||
- name: Print failure info
|
- name: Print failure info
|
||||||
run: |
|
run: |
|
||||||
|
shopt -s nullglob;
|
||||||
for exp in *.exp;
|
for exp in *.exp;
|
||||||
do testbase=$(basename $exp .exp);
|
do testbase=$(basename $exp .exp);
|
||||||
echo -e "\nFAILURE $testbase";
|
echo -e "\nFAILURE $testbase";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user