aboutsummaryrefslogtreecommitdiff
path: root/.github/scripts/test-no-crash-reports.sh
diff options
context:
space:
mode:
authorGlease <4586901+Glease@users.noreply.github.com>2022-02-23 13:03:46 +0800
committerGitHub <noreply@github.com>2022-02-23 06:03:46 +0100
commitd246612148b9b6dfaa4dfabd399f077ea0544096 (patch)
treea96dab0db8900faf6e344c1a1c7b58549c3cead3 /.github/scripts/test-no-crash-reports.sh
parent7252f84377957aadcbb3b64b1b369209f1846e95 (diff)
downloadGT5-Unofficial-d246612148b9b6dfaa4dfabd399f077ea0544096.tar.gz
GT5-Unofficial-d246612148b9b6dfaa4dfabd399f077ea0544096.tar.bz2
GT5-Unofficial-d246612148b9b6dfaa4dfabd399f077ea0544096.zip
Consolidate boro glass stuff into a real API (#95)
* Consolidate boro glass stuff into a real API * pull in changes from ExampleMod * Fix underflow * attempt to fix build Former-commit-id: 2413c93bc2bb5ab32a0e8078dbcf01a4b23b1f7d
Diffstat (limited to '.github/scripts/test-no-crash-reports.sh')
-rw-r--r--.github/scripts/test-no-crash-reports.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/scripts/test-no-crash-reports.sh b/.github/scripts/test-no-crash-reports.sh
deleted file mode 100644
index c67e342c06..0000000000
--- a/.github/scripts/test-no-crash-reports.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-directory="run/crash-reports"
-if [ -d $directory ]; then
- echo "Crash reports detected:"
- cat $directory/*
- exit 1
-else
- echo "No crash reports detected"
- exit 0
-fi