We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba3f5f commit 97349fbCopy full SHA for 97349fb
.github/workflows/ci.yml
@@ -221,5 +221,7 @@ jobs:
221
# (odd).
222
# tests/check-all
223
# make -j 15 check || (cat ./test-suite.log; false)
224
+ pwd
225
+ ls -la
226
make check-local-c-list
227
done
tools/check-c-list.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/bash
2
3
-set -e
+set -ex
4
5
print_and_exit() {
6
local err="$1"
0 commit comments