diff options
author | Simon McVittie <smcv@debian.org> | 2018-09-14 09:22:15 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2018-09-19 09:37:06 +0100 |
commit | d19cba429d5fc5ca316fa71d2ab3e5a9d0d86ba3 (patch) | |
tree | 344a9d550abb7dd7256e0b1cc0de7369cfce3b7d /testsuite/reftests/reftests-hci.test.in | |
parent | be2609a2715e0319c8e2c0ed42cab4be74b1cf57 (diff) | |
download | gtk+-d19cba429d5fc5ca316fa71d2ab3e5a9d0d86ba3.tar.gz |
reftests: Fix path to installed-tests in .test metadata
The installed-tests are now namespaced as gtk-4.0 to avoid colliding
with GTK+ 3, but these files weren't updated.
Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'testsuite/reftests/reftests-hci.test.in')
-rw-r--r-- | testsuite/reftests/reftests-hci.test.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/reftests/reftests-hci.test.in b/testsuite/reftests/reftests-hci.test.in index d08bb983c7..6ea0b1aa3a 100644 --- a/testsuite/reftests/reftests-hci.test.in +++ b/testsuite/reftests/reftests-hci.test.in @@ -1,4 +1,4 @@ [Test] -Exec=/bin/sh -c "env GTK_THEME=HighContrastInverse G_ENABLE_DIAGNOSTIC=0 @libexecdir@/installed-tests/gtk+/gtk-reftest -k --verbose --tap --output $(pwd) --directory @libexecdir@/installed-tests/gtk+/reftests" +Exec=/bin/sh -c "env GTK_THEME=HighContrastInverse G_ENABLE_DIAGNOSTIC=0 @libexecdir@/installed-tests/gtk-4.0/gtk-reftest -k --verbose --tap --output $(pwd) --directory @libexecdir@/installed-tests/gtk-4.0/reftests" Type=session-exclusive Output=TAP |