Skip to content

Commit

Permalink
add even more debugging code to track down appveyor 259 exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Feb 5, 2019
1 parent 59ea75b commit 2bfb4b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 2bfb4b3

Please sign in to comment.