]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Enable log timestamps during serverbench.
authorRudolf Polzer <divverent@gmail.com>
Mon, 1 Mar 2021 15:25:18 +0000 (15:25 +0000)
committerRudolf Polzer <divverent@gmail.com>
Mon, 1 Mar 2021 15:25:18 +0000 (15:25 +0000)
Should tell us if our problem is a timeout problem. Don't think it's anything else, but let's see.

.gitlab-ci.yml

index 2be81a9141028eecc9bebe78744f7f3239acf323..2369f46579918f5778591820467f3a087b88f9f8 100644 (file)
@@ -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:'