From f71e24c8abfc484a8e905c3271b136ab754f2e0b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 16 Jun 2010 19:40:50 +0200 Subject: Run X tests in Xnest. Kinda buggy so far, but still better than before --- test/run-interactive | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 test/run-interactive (limited to 'test/run-interactive') diff --git a/test/run-interactive b/test/run-interactive new file mode 100755 index 0000000..d86c09c --- /dev/null +++ b/test/run-interactive @@ -0,0 +1,8 @@ +#!/bin/sh + +Xnest :1 & +pid=${!} + +DISPLAY=:1 prove test/feh.i + +kill ${pid} -- cgit v1.2.3