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:
parent
2be09ce045
commit
e52fdad3f4
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
set +e
|
||||
set -e
|
||||
|
||||
dconf update
|
||||
glib-compile-schemas $GSETTINGS_SCHEMA_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user