summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-02-19 09:26:59 +1000
committerBenjamin Tissoires <benjamin.tissoires@gmail.com>2020-02-19 07:45:40 +0000
commit337ab84599240139936fa204e43ff30623d06ad2 (patch)
tree496b6388138f49732ae61012baee449981315d38
parent06591e5913fdfbc5eee4a7eb7ff035940ab99d81 (diff)
downloadlibinput-337ab84599240139936fa204e43ff30623d06ad2.tar.gz
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>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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