add even more debugging code to track down appveyor 259 exit code

This commit is contained in:
Pietro Albini 2019-02-05 08:47:52 +01:00
parent 59ea75b51c
commit 2bfb4b336f
No known key found for this signature in database
GPG Key ID: 3E06ABE80BAAF19C
1 changed files with 6 additions and 0 deletions

View File

@ -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() {