From fe192029eb2ac73efc15a8bff5bd40b9d0d53c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Sat, 10 Oct 2015 15:27:10 +0000 Subject: [PATCH] added xvfb-run to run on headless systems --- examples/makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/makefile.am b/examples/makefile.am index 984469c..cad4d30 100644 --- a/examples/makefile.am +++ b/examples/makefile.am @@ -12,7 +12,7 @@ LDADD = -lwebtester TESTS = test-commands.wt TEST_EXTENSIONS = .wt -WT_LOG_COMPILER = ${top_builddir}/src/webrunner +WT_LOG_COMPILER = xvfb-run -a ${top_builddir}/src/webrunner AM_WT_LOG_FLAGS = -x test-output.xml -p ${srcdir} EXTRA_DIST = ${TESTS} ca.pem client.pem client.key