Skip to content

Commit 9959924

Browse files
committed
Revert "Auto merge of rust-lang#57975 - alexcrichton:debug-exit-appveyor, r=pietroalbini"
This reverts commit d3d0bf0, reversing changes made to 40e6a0b.
1 parent 4f20348 commit 9959924

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/ci/run.sh

-7
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,7 @@ fi
121121
travis_fold end log-system-info
122122

123123
if [ ! -z "$SCRIPT" ]; then
124-
# This `set +e` followed by capturing the return value is a temporary measure
125-
# to help debug "error with exit 259" on AppVeyor temporarily, otherwise all
126-
# that's needed here is the `sh`
127-
set +e
128124
sh -x -c "$SCRIPT"
129-
ret=$?
130-
echo "script exited with $ret"
131-
exit $ret
132125
else
133126
do_make() {
134127
travis_fold start "make-$1"

0 commit comments

Comments
 (0)