mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-30 00:23:41 +00:00
add more debugging code to track down appveyor 259 exit code
This commit is contained in:
parent
8ae730a442
commit
59ea75b51c
@ -207,7 +207,10 @@ test_script:
|
|||||||
- sh src/ci/init_repo.sh . /c/cache/rustsrc
|
- sh src/ci/init_repo.sh . /c/cache/rustsrc
|
||||||
- set SRC=.
|
- set SRC=.
|
||||||
- set NO_CCACHE=1
|
- set NO_CCACHE=1
|
||||||
- sh src/ci/run.sh
|
# Added this debugging code to try tracking down https://github.com/rust-lang/rust/issues/58160
|
||||||
|
# Replace it with the commented line below after the issue with AppVeyor is fixed
|
||||||
|
- "sh src/ci/run.sh & set ret=%errorlevel% & echo exit code in appveyor.yml: %ret% & exit %ret%"
|
||||||
|
# - sh src/ci/run.sh
|
||||||
|
|
||||||
on_failure:
|
on_failure:
|
||||||
# Dump crash log
|
# Dump crash log
|
||||||
|
@ -127,7 +127,7 @@ if [ ! -z "$SCRIPT" ]; then
|
|||||||
set +e
|
set +e
|
||||||
sh -x -c "$SCRIPT"
|
sh -x -c "$SCRIPT"
|
||||||
ret=$?
|
ret=$?
|
||||||
echo "script exited with $ret"
|
echo "exit code in src/ci/run.sh: $ret"
|
||||||
exit $ret
|
exit $ret
|
||||||
else
|
else
|
||||||
do_make() {
|
do_make() {
|
||||||
|
Loading…
Reference in New Issue
Block a user