From 9d7421f40422f1654cae5e14180247ee0a2c0cc2 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 10 Feb 2022 23:11:57 +0800 Subject: [PATCH] clutter: the tests may hang --- x/lib/clutter.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/x/lib/clutter.xml b/x/lib/clutter.xml index 8cae8901d4..2f2b7e57a5 100644 --- a/x/lib/clutter.xml +++ b/x/lib/clutter.xml @@ -135,13 +135,12 @@ autoreconf -f -i --enable-wayland-compositor && make + - To test the results, issue: make -j1 -k check (you must be + It's not recommended to run the test suite because some tests may + hang forever. If you want to test the results anyway, + issue: make -j1 -k check (you must be in an xterm or similar to do this, because it launches some windows). - - -