Skip to content

Commit 484c85e

Browse files
committed
Improved after_failure script [skip appveyor]
1 parent 9461c68 commit 484c85e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.ci/after-failure.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
# For the full copyright and license information, please view
88
# the LICENSE file that was distributed with this source code.
99

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-
1410
shopt -s nullglob
1511

1612
export LC_ALL=C
@@ -32,7 +28,7 @@ function install_gdb() {
3228

3329
for i in /tmp/core.php.*; do
3430
install_gdb
35-
(>&1 printf "Found core dump file: %s\\n\\n" "$i")
31+
(>&1 printf "Found core dump file: %s\\n\\n" "$i")
3632
gdb -q "$(phpenv which php)" "$i" <<EOF
3733
set pagination 0
3834
backtrace full

0 commit comments

Comments
 (0)