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 9461c68 commit 484c85eCopy full SHA for 484c85e
.ci/after-failure.sh
@@ -7,10 +7,6 @@
7
# For the full copyright and license information, please view
8
# the LICENSE file that was distributed with this source code.
9
10
-# -e Exit immediately if a command exits with a non-zero status.
11
-# -u Treat unset variables as an error when substituting.
12
-set -eu
13
-
14
shopt -s nullglob
15
16
export LC_ALL=C
@@ -32,7 +28,7 @@ function install_gdb() {
32
28
33
29
for i in /tmp/core.php.*; do
34
30
install_gdb
35
- (>&1 printf "Found core dump file: %s\\n\\n" "$i")
31
+ (>&1 printf "Found core dump file: %s\\n\\n" "$i")
36
gdb -q "$(phpenv which php)" "$i" <<EOF
37
set pagination 0
38
backtrace full
0 commit comments