mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-30 17:49:02 +00:00
tests: Add missing output file to gitignore list
Ignore generated output files. Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
parent
64acc8749f
commit
4227b86bf3
@ -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:
|
||||
|
||||
2
server/tests/.gitignore
vendored
2
server/tests/.gitignore
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user