Merge pull request #4340 from jepler/fix-ci-failure-info

build.yml: Fix 'Print failure info' to not error
This commit is contained in:
Dan Halbert 2021-03-05 15:00:50 -05:00 committed by GitHub
commit dfcc9c6d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";