]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
pipeline: don't enable engine timestamps and then filter them out of the hash
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 21 May 2023 14:06:38 +0000 (00:06 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 21 May 2023 14:06:38 +0000 (00:06 +1000)
This is annoying when using `diff` to compare pipeline logs.

.gitlab-ci.yml

index 4786135071adaff32b7356f565fe81379a46d8d2..b56f2b44d1b4b126e5b11f3be048aa75e21feaca 100644 (file)
@@ -76,9 +76,8 @@ test_sv_game:
     - wget -nv -O data/maps/stormkeep.waypoints.cache https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints.cache\r
 \r
     - EXPECT=f2226bf353b6ff3dd3c489a742ce4e6a\r
-    - HASH=$(${ENGINE} +timestamps 1 +exec serverbench.cfg\r
+    - HASH=$(${ENGINE} +exec serverbench.cfg\r
       | tee /dev/stderr\r
-      | sed -e 's,^\[[^]]*\] ,,'\r
       | grep '^:'\r
       | grep -v '^:gamestart:'\r
       | grep -v '^:anticheat:'\r