From 74e6b80442bac3a1c36140b5117df07d07fbbb4d Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 1 Mar 2021 15:25:18 +0000 Subject: [PATCH] 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. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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:' -- 2.39.2