about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-02-05 08:47:52 +0100
committerPietro Albini <pietro@pietroalbini.org>2019-02-05 08:47:52 +0100
commit2bfb4b336fc8fcd499c36dbc997dd18c7a5e62cf (patch)
tree3d2b802fa739c938a78ba78e7fa07fa554ee6613 /src
parent59ea75b51ce3100d8e176551b41ec99330b8e011 (diff)
downloadrust-2bfb4b336fc8fcd499c36dbc997dd18c7a5e62cf.tar.gz
rust-2bfb4b336fc8fcd499c36dbc997dd18c7a5e62cf.zip
add even more debugging code to track down appveyor 259 exit code
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ci/run.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index b8b1052c41c..0841e70a6ed 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -128,6 +128,12 @@ if [ ! -z "$SCRIPT" ]; then
   sh -x -c "$SCRIPT"
   ret=$?
   echo "exit code in src/ci/run.sh: $ret"
+
+  echo "tasklist:"
+  tasklist
+  echo -n "location of sh: "
+  where sh
+
   exit $ret
 else
   do_make() {