summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2023-04-06 11:33:05 +0200
committerjak1 <jak1@themanaworld.org>2023-04-06 11:33:18 +0200
commit7f4eacd484d72bcecf3605c4fba6d277bc9261ef (patch)
treebb29ae212a475a3716e90d65dacfb847cf1acc5e /tools
parentf94899721258ec9dbd2524cf8f14886a66d1a222 (diff)
downloadplus-7f4eacd484d72bcecf3605c4fba6d277bc9261ef.tar.gz
plus-7f4eacd484d72bcecf3605c4fba6d277bc9261ef.tar.bz2
plus-7f4eacd484d72bcecf3605c4fba6d277bc9261ef.tar.xz
plus-7f4eacd484d72bcecf3605c4fba6d277bc9261ef.zip
removed assertion for sdl surface bpp, tests get ugly, but default runtime works fine
added "-A 20" to assert grep, so we get the backtrace directly in our pipelines
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/scripts/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/scripts/runtest.sh b/tools/ci/scripts/runtest.sh
index 7c41da5ce..7707a34aa 100755
--- a/tools/ci/scripts/runtest.sh
+++ b/tools/ci/scripts/runtest.sh
@@ -18,7 +18,7 @@ function check_is_run {
}
function check_assert {
- grep "Assert:" "${HOME}/.local/share/mana/manaplus.log"
+ grep -A 20 "Assert:" "${HOME}/.local/share/mana/manaplus.log"
if [ "$?" == 0 ]; then
echo "Assert found in log"
exit 1