Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
thom311 committed Nov 20, 2024
1 parent 6ba3f5f commit cae33a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,8 @@ jobs:
# (odd).
# tests/check-all
# make -j 15 check || (cat ./test-suite.log; false)
pwd
ls -la
find
make check-local-c-list
done
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -1205,6 +1205,7 @@ check-local-c-list:
check_local += check-local-c-list

clean-local-c-list:
pwd
rm -rf ./build-c-list/

clean_local += clean-local-c-list
Expand Down
2 changes: 1 addition & 1 deletion tools/check-c-list.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/bash

set -e
set -ex

print_and_exit() {
local err="$1"
Expand Down

0 comments on commit cae33a6

Please sign in to comment.