gitlab-ci: crash-test-debian: make it verbose (remove -q)

This commit is contained in:
Michael Tokarev
2023-05-30 22:05:20 +03:00
parent 6773aac9c7
commit 26df00f45b

View File

@ -103,7 +103,7 @@ crash-test-debian:
script:
- cd build
- make check-venv
- tests/venv/bin/python3 scripts/device-crash-test -q ./qemu-system-i386
- tests/venv/bin/python3 scripts/device-crash-test ./qemu-system-i386
build-system-fedora:
extends: