summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-08-29 22:34:29 +0100
committerJon Turney <jon.turney@dronecode.org.uk>2018-08-29 22:34:29 +0100
commit8ac5a833931cc4166a2864af436c53632d772205 (patch)
treeb2359840c80f5f234b3fc099d8feb5ccc7cdb7bd
parentd00b146510c34382a3075985477bf360a609883e (diff)
Assuming something is crashing?
-rwxr-xr-xtest/scripts/build-appveyor.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scripts/build-appveyor.sh b/test/scripts/build-appveyor.sh
index bde5c7d8f..43d4789c2 100755
--- a/test/scripts/build-appveyor.sh
+++ b/test/scripts/build-appveyor.sh
@@ -40,4 +40,6 @@ status=$?
cat build/meson-logs/testlog.txt
cat build/test/piglit-results/xvfb/long-summary
+find -name *.stackdump
+
exit $status