add even more debugging code to track down appveyor 259 exit code
This commit is contained in:
parent
59ea75b51c
commit
2bfb4b336f
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue