[gnome-control-center/wip/benzea/fix-nm-test] tests: Disable ATK as it is currently creating issues
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/benzea/fix-nm-test] tests: Disable ATK as it is currently creating issues
- Date: Fri, 7 Dec 2018 14:43:42 +0000 (UTC)
commit cf856fd854007bc0bc5f4cf6fcee56cbfca7a9d1
Author: Benjamin Berg <bberg redhat com>
Date: Fri Dec 7 15:39:07 2018 +0100
tests: Disable ATK as it is currently creating issues
tests/datetime/meson.build | 3 ++-
tests/network/meson.build | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/tests/datetime/meson.build b/tests/datetime/meson.build
index 9c2eca5e7..06e4e2572 100644
--- a/tests/datetime/meson.build
+++ b/tests/datetime/meson.build
@@ -9,7 +9,8 @@ includes = [top_inc, include_directories('../../panels/datetime')]
env = [
'G_MESSAGES_DEBUG=all',
'BUILDDIR=' + meson.current_build_dir(),
- 'TOP_BUILDDIR=' + meson.build_root()
+ 'TOP_BUILDDIR=' + meson.build_root(),
+ 'NO_AT_BRIDGE=1'
]
cflags = [
'-DTEST_SRCDIR="@0@"'.format(meson.current_source_dir()),
diff --git a/tests/network/meson.build b/tests/network/meson.build
index 81068920c..1e523e7f1 100644
--- a/tests/network/meson.build
+++ b/tests/network/meson.build
@@ -20,7 +20,8 @@ exe = executable(
envs = [
'G_MESSAGES_DEBUG=all',
'BUILDDIR=' + meson.current_build_dir(),
- 'TOP_BUILDDIR=' + meson.build_root()
+ 'TOP_BUILDDIR=' + meson.build_root(),
+ 'NO_AT_BRIDGE=1'
]
test(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]