Skip to content

Commit

Permalink
Revert "Auto merge of #57975 - alexcrichton:debug-exit-appveyor, r=pi…
Browse files Browse the repository at this point in the history
…etroalbini"

This reverts commit d3d0bf0, reversing
changes made to 40e6a0b.
  • Loading branch information
pietroalbini committed Feb 6, 2019
1 parent 4f20348 commit 9959924
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,7 @@ fi
travis_fold end log-system-info

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

0 comments on commit 9959924

Please sign in to comment.