add even more debugging code to track down appveyor 259 exit code
This commit is contained in:
parent
59ea75b51c
commit
2bfb4b336f
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user