mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
ci: jobs.sh: Add back '--no-suite syntax-check --print-errorlogs'
Commitf688a53a
converted .gitlab-ci.yml to the usage of ci/jobs.sh functions, but in doing that our test options '--no-suite syntax-check --print-errorlogs' got lost in the process and since commit8e660c52
didn't introduce them in the first place, it caused a behavioral regression. This patch adds them back. Fixes:8e660c5286
Signed-off-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
85205784e6
commit
1f85f0967b
@ -39,7 +39,10 @@ run_dist() {
|
||||
}
|
||||
|
||||
run_test() {
|
||||
TEST_ARGS="${TEST_ARGS:=--no-suite syntax-check --print-errorlogs}"
|
||||
|
||||
test -f $GIT_ROOT/build/build.ninja || run_meson_setup
|
||||
|
||||
run_cmd meson test -C build $TEST_ARGS
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user