diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2019-02-06 15:17:15 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2019-02-06 15:17:15 +0100 |
| commit | 99599245a3cbf056ea090e34e2a3741ef8e0ae88 (patch) | |
| tree | 92d625817a1ebd9a8aa368380dbaddf7a35d49e2 /src | |
| parent | 4f20348fd338609bc8101b39781fed7646b734cb (diff) | |
| download | rust-99599245a3cbf056ea090e34e2a3741ef8e0ae88.tar.gz rust-99599245a3cbf056ea090e34e2a3741ef8e0ae88.zip | |
Revert "Auto merge of #57975 - alexcrichton:debug-exit-appveyor, r=pietroalbini"
This reverts commit d3d0bf0e9f4d748b95ed143cc636d159bfcb4a6f, reversing changes made to 40e6a0bd766ca7b1c582b964131400b8c3e89d76.
Diffstat (limited to 'src')
| -rwxr-xr-x | src/ci/run.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh index 0f2517c7d1f..42d0d7db596 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -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" |
