From d37519f54c903bc51377a261c070cb0e0987fbc5 Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Mon, 17 Jun 2019 17:24:13 +0100 Subject: Clean up robot testing --- robot/robot.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'robot/robot.sh') diff --git a/robot/robot.sh b/robot/robot.sh index 022b567..e0c3e6a 100644 --- a/robot/robot.sh +++ b/robot/robot.sh @@ -28,8 +28,9 @@ function send_answer { } function launch_emacs { - echo Launching $EMACS -Q -l $1 & - $EMACS -Q -l $1 & + echo Launching $EMACS -Q -l $* & + + $EMACS -Q -l $* & emacs_process_pid=$! } -- cgit v1.2.3