From 337ab84599240139936fa204e43ff30623d06ad2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 19 Feb 2020 09:26:59 +1000 Subject: [PATCH] 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 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4d7756c..0fd0d171 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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