Skip to content

Commit 2bfb4b3

Browse files
committed
add even more debugging code to track down appveyor 259 exit code
1 parent 59ea75b commit 2bfb4b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ci/run.sh

+6
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ if [ ! -z "$SCRIPT" ]; then
128128
sh -x -c "$SCRIPT"
129129
ret=$?
130130
echo "exit code in src/ci/run.sh: $ret"
131+
132+
echo "tasklist:"
133+
tasklist
134+
echo -n "location of sh: "
135+
where sh
136+
131137
exit $ret
132138
else
133139
do_make() {

0 commit comments

Comments
 (0)