From 4227b86bf3e7589b20dc8f1a09ae920badcea44f Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Sat, 15 Mar 2025 16:27:18 +0000 Subject: [PATCH] tests: Add missing output file to gitignore list Ignore generated output files. Signed-off-by: Frediano Ziglio --- .gitlab-ci.yml | 4 ++++ server/tests/.gitignore | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6df8539..c4d465f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,10 @@ makecheck: ../autogen.sh --enable-werror - make - make -C server check || (cat server/tests/test-suite.log && exit 1) + # check if there are not ignored files + - > + test $(git clean -n | wc -l) = 0 || + (echo 'Found some not ignored files:' >&2; git clean -n; exit 1) meson-makecheck: script: diff --git a/server/tests/.gitignore b/server/tests/.gitignore index 56cc7eb9..f3e92c2a 100644 --- a/server/tests/.gitignore +++ b/server/tests/.gitignore @@ -7,6 +7,7 @@ libtest-stat4.a test-agent-msg-filter test-channel test-codecs-parsing +test-dispatcher test-display-no-ssl test-display-resolution-changes test-display-streaming @@ -18,6 +19,7 @@ test-loop test-options test-playback test-qxl-parsing +test-set-ticket test-stat test-stat-file test-stream