about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-02-04 19:27:43 +0100
committerPietro Albini <pietro@pietroalbini.org>2019-02-04 19:29:45 +0100
commit59ea75b51ce3100d8e176551b41ec99330b8e011 (patch)
tree2b23a7bf61914f8bb9b58b7f15827751ad310ab3 /src
parent8ae730a442cc8af6a487a137ae9ba78f89edbba6 (diff)
downloadrust-59ea75b51ce3100d8e176551b41ec99330b8e011.tar.gz
rust-59ea75b51ce3100d8e176551b41ec99330b8e011.zip
add more debugging code to track down appveyor 259 exit code
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ci/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index 0f2517c7d1f..b8b1052c41c 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -127,7 +127,7 @@ if [ ! -z "$SCRIPT" ]; then
   set +e
   sh -x -c "$SCRIPT"
   ret=$?
-  echo "script exited with $ret"
+  echo "exit code in src/ci/run.sh: $ret"
   exit $ret
 else
   do_make() {