mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-30 21:10:08 +01:00
gitlab CI: print a warning when our VM startup fails
This happens on packet-3 and packet-4 atm, so let's print out a clear warning that whatever the failure is, it's not directly related to libinput. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
06591e5913
commit
337ab84599
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ freebsd:11.2@container-clean:
|
|||
- echo "Testing $SUITES"
|
||||
script:
|
||||
# start our vm, no args required
|
||||
- /app/start_vm.sh
|
||||
- /app/start_vm.sh || (echo "Error - Failed to start the VM." && exit 1)
|
||||
|
||||
- *check_tainted
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue