Skip to content

Commit dfcc9c6

Browse files
authored
Merge pull request #4340 from jepler/fix-ci-failure-info
build.yml: Fix 'Print failure info' to not error
2 parents 3c50918 + f7e42bf commit dfcc9c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
working-directory: tests
8282
- name: Print failure info
8383
run: |
84+
shopt -s nullglob;
8485
for exp in *.exp;
8586
do testbase=$(basename $exp .exp);
8687
echo -e "\nFAILURE $testbase";

0 commit comments

Comments
 (0)