[Xfce4-commits] [xfce/xfconf] 09/10: Added .NOTPARALLEL to property change test
noreply at xfce.org
noreply at xfce.org
Sun Oct 21 12:05:16 CEST 2018
This is an automated email from the git hooks/post-receive script.
a l i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfconf.
commit 5ec7f5c861c6fd05b81fd8c76a3c86ada5f14191
Author: Ali Abdallah <ali at xfce.org>
Date: Sun Oct 21 11:59:58 2018 +0200
Added .NOTPARALLEL to property change test
When run in parallel, two processes might write the same value on test
property, since it is the same value, xfconfd does not generate a
property changed signal for the second call. So add .NOTPARALLEL to
avoid running the property change test in parallel.
---
tests/property-changed-signal/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/property-changed-signal/Makefile.am b/tests/property-changed-signal/Makefile.am
index dab052e..2438021 100644
--- a/tests/property-changed-signal/Makefile.am
+++ b/tests/property-changed-signal/Makefile.am
@@ -1,3 +1,5 @@
+.NOTPARALLEL:
+
check_PROGRAMS = \
t-string-changed-signal \
t-string-changed-signal-detailed
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list