diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2019-02-05 08:47:52 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2019-02-05 08:47:52 +0100 |
| commit | 2bfb4b336fc8fcd499c36dbc997dd18c7a5e62cf (patch) | |
| tree | 3d2b802fa739c938a78ba78e7fa07fa554ee6613 /src/ci | |
| parent | 59ea75b51ce3100d8e176551b41ec99330b8e011 (diff) | |
| download | rust-2bfb4b336fc8fcd499c36dbc997dd18c7a5e62cf.tar.gz rust-2bfb4b336fc8fcd499c36dbc997dd18c7a5e62cf.zip | |
add even more debugging code to track down appveyor 259 exit code
Diffstat (limited to 'src/ci')
| -rwxr-xr-x | src/ci/run.sh | 6 |
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() { |
