summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-after_failure
diff options
context:
space:
mode:
Diffstat (limited to 'other/travis/toxcore-after_failure')
-rwxr-xr-xother/travis/toxcore-after_failure7
1 files changed, 0 insertions, 7 deletions
diff --git a/other/travis/toxcore-after_failure b/other/travis/toxcore-after_failure
deleted file mode 100755
index e1f5c399..00000000
--- a/other/travis/toxcore-after_failure
+++ /dev/null
@@ -1,7 +0,0 @@
1#!/bin/sh
2
3if [ -d /cores ]; then
4 for core in /cores/*; do
5 lldb --core $core --one-line "bt all" < /dev/null
6 done
7fi