summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-06-02 08:39:40 +0200
committerDave Davenport <qball@gmpclient.org>2016-06-02 08:39:40 +0200
commit9149e35248716db522929795b3b905883eb5f86a (patch)
tree4e9c866082a9f9fcc51528d665adf08a21e1a514 /test
parentc0954764193fd4113347bb66f847a9c9f45366e6 (diff)
Try to enable xinerama for tests
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_fuzzy_test.sh2
-rwxr-xr-xtest/run_test.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/run_fuzzy_test.sh b/test/run_fuzzy_test.sh
index e7e5d81a..b055b328 100755
--- a/test/run_fuzzy_test.sh
+++ b/test/run_fuzzy_test.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-echo -en "nooty\naap\nnoot\nmies" | rofi -fuzzy -dmenu > output.txt &
+echo -en "nooty\naap\nnoot\nmies" | rofi -fuzzy -no-regex -dmenu > output.txt &
RPID=$!
# send enter.
diff --git a/test/run_test.sh b/test/run_test.sh
index d6a6f824..ecee0ed0 100755
--- a/test/run_test.sh
+++ b/test/run_test.sh
@@ -6,7 +6,7 @@ function create_fake_x ( )
{
export DISPLAY=":$1"
echo "Starting fake X: ${DISPLAY}"
- Xvfb -screen 0 1280x1024x24 ${DISPLAY} &
+ Xvfb +extension XINERAMA +xinerama -screen 0 1280x1024x24 -screen 1 800x600x24 ${DISPLAY} &
XPID=$!
sleep 1;
timeout -k 30s 30s fluxbox &