From: bones_was_here Date: Sun, 21 May 2023 14:06:38 +0000 (+1000) Subject: pipeline: don't enable engine timestamps and then filter them out of the hash X-Git-Tag: xonotic-v0.8.6~94 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=666c21abbb0e43fd2b26508f88b3bd2649a091f0;p=xonotic%2Fxonotic-data.pk3dir.git pipeline: don't enable engine timestamps and then filter them out of the hash This is annoying when using `diff` to compare pipeline logs. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 478613507..b56f2b44d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 - EXPECT=f2226bf353b6ff3dd3c489a742ce4e6a - - HASH=$(${ENGINE} +timestamps 1 +exec serverbench.cfg + - HASH=$(${ENGINE} +exec serverbench.cfg | tee /dev/stderr - | sed -e 's,^\[[^]]*\] ,,' | grep '^:' | grep -v '^:gamestart:' | grep -v '^:anticheat:'