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: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1698>
This commit is contained in:
Jonas Ådahl 2021-02-13 18:47:54 +01:00 committed by Marge Bot
parent 2be09ce045
commit e52fdad3f4

View File

@ -1,6 +1,6 @@
#!/usr/bin/bash
set +e
set -e
dconf update
glib-compile-schemas $GSETTINGS_SCHEMA_DIR