Date: Saturday, January 4, 2020 @ 04:02:54
  Author: yan12125
Revision: 547777

libqtxdg: make tests pass when another xvfb instance is running

See also FS#65039 for `xvfb-run -d`.

Modified:
  libqtxdg/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-01-04 00:42:35 UTC (rev 547776)
+++ PKGBUILD    2020-01-04 04:02:54 UTC (rev 547777)
@@ -35,7 +35,7 @@
 check() {
   cd build
 
-  xvfb-run make test
+  xvfb-run -d make test
 }
 
 package() {

Reply via email to