mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 16:40:41 -05:00
a49c98d8d8
Because POSIX sh was, with hindsight, not a particularly well-designed programming language, if we don't 'set -e', then we'll respond to failure of a setup command such as cd by carrying on regardless. Signed-off-by: Simon McVittie <smcv@debian.org> Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2009>
10 lines
574 B
Plaintext
10 lines
574 B
Plaintext
[Test]
|
|
Description=All Mutter tests
|
|
# Can't use TestEnvironment for GSETTINGS_BACKEND=memory until there's
|
|
# a solution for
|
|
# https://gitlab.gnome.org/GNOME/gnome-desktop-testing/-/issues/1,
|
|
# and anyway that wouldn't be sufficient to handle XDG_RUNTIME_DIR
|
|
Exec=sh -ec 'env GSETTINGS_BACKEND=memory XDG_RUNTIME_DIR="$(mktemp -d -t mutter-@apiversion@-all-tests-XXXXXX)" @libexecdir@/installed-tests/mutter-@apiversion@/meta-dbus-runner.py xvfb-run -a -s "+iglx -noreset" -- @libexecdir@/installed-tests/mutter-@apiversion@/mutter-test-runner --all'
|
|
Type=session
|
|
Output=TAP
|