From f9fe70338f32748f3aefe5c307ba1ae6fc2da214 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 27 Nov 2015 13:23:40 +0100 Subject: More travis poking --- test/run_script_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/run_script_test.sh') diff --git a/test/run_script_test.sh b/test/run_script_test.sh index fef075f8..1279e30c 100755 --- a/test/run_script_test.sh +++ b/test/run_script_test.sh @@ -2,10 +2,10 @@ SP=$(readlink -f "$0") DIR=$(dirname "$SP") -echo $DIR +echo "$DIR/test_script.sh" # wait till it is up, run rofi with error message sleep 1; -rofi -switchers "custom:$DIR/test_script.sh" -show custom & +rofi -modi "custom:$DIR/test_script.sh" -show custom & RPID=$! # send enter. -- cgit v1.2.3