From: Rudolf Polzer Date: Mon, 1 Mar 2021 15:25:18 +0000 (+0000) Subject: Enable log timestamps during serverbench. X-Git-Tag: xonotic-v0.8.5~548 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=74e6b80442bac3a1c36140b5117df07d07fbbb4d;p=xonotic%2Fxonotic-data.pk3dir.git Enable log timestamps during serverbench. Should tell us if our problem is a timeout problem. Don't think it's anything else, but let's see. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2be81a914..2369f4657 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,8 +44,9 @@ test_sv_game: - wget -O data/maps/stormkeep.waypoints.cache https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints.cache - make - EXPECT=92bbad07902d2d045c65e54579993365 - - HASH=$(${ENGINE} -noconfig -nohome +exec serverbench.cfg + - HASH=$(${ENGINE} -noconfig -nohome +timestamps 1 +exec serverbench.cfg | tee /dev/stderr + | sed -e 's,^\[[^]]*\] ,,' | grep '^:' | grep -v '^:gamestart:' | grep -v '^:anticheat:'