From e52fdad3f4105f69f87679b8934e136e1fe5e731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Sat, 13 Feb 2021 18:47:54 +0100 Subject: [PATCH] ci/run-tests: Call set -e instead of set +e We want to fail the script if anything fails, not the other way around. Part-of: --- .gitlab-ci/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh index 76b67934f..34c66b992 100755 --- a/.gitlab-ci/run-tests.sh +++ b/.gitlab-ci/run-tests.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -set +e +set -e dconf update glib-compile-schemas $GSETTINGS_SCHEMA_DIR