From 666c21abbb0e43fd2b26508f88b3bd2649a091f0 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Mon, 22 May 2023 00:06:38 +1000 Subject: [PATCH] pipeline: don't enable engine timestamps and then filter them out of the hash This is annoying when using `diff` to compare pipeline logs. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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:' -- 2.39.2