[gtk/matthiasc/for-master] testsuite: Run some installed tests exclusively
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master] testsuite: Run some installed tests exclusively
- Date: Mon, 17 May 2021 11:18:18 +0000 (UTC)
commit 04bac8ef2ae0bbeb78a285083f995122ceb61967
Author: Matthias Clasen <mclasen redhat com>
Date: Mon May 17 07:16:42 2021 -0400
testsuite: Run some installed tests exclusively
My suspicion is that the clipboard (and some other)
installed test interferes with others, because the
clipboard is a shared resource.
testsuite/gdk/gdk.test.in | 2 +-
testsuite/gtk/gtk.test.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/testsuite/gdk/gdk.test.in b/testsuite/gdk/gdk.test.in
index b766ceb9b6..fadf4f5ea7 100644
--- a/testsuite/gdk/gdk.test.in
+++ b/testsuite/gdk/gdk.test.in
@@ -1,4 +1,4 @@
[Test]
Exec=/bin/sh -c "env GDK_DEBUG=clipboard G_ENABLE_DIAGNOSTIC=0 GTK_A11Y=test @testexecdir@/@test@ --tap -k
--verbose"
-Type=session
+Type=session-exclusive
Output=TAP
diff --git a/testsuite/gtk/gtk.test.in b/testsuite/gtk/gtk.test.in
index 9784de8542..ed15a7eda2 100644
--- a/testsuite/gtk/gtk.test.in
+++ b/testsuite/gtk/gtk.test.in
@@ -1,4 +1,4 @@
[Test]
Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 GTK_A11Y=test @testexecdir@/@test@ --tap -k --verbose"
-Type=session
+Type=session-exclusive
Output=TAP
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]