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:
Peter Hutterer 2020-02-19 09:26:59 +10:00 committed by Benjamin Tissoires
parent 06591e5913
commit 337ab84599

View file

@ -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