From 50885fbeea8a282dc027b03b19097de3c6dabd18 Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Sun, 16 Jun 2019 20:21:31 +0100 Subject: Refactor robot testing to allow multiple tests --- robot/basic-run.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'robot/basic-run.sh') diff --git a/robot/basic-run.sh b/robot/basic-run.sh index 5f68cab..d92172d 100755 --- a/robot/basic-run.sh +++ b/robot/basic-run.sh @@ -31,9 +31,6 @@ source $this_dir/robot.sh launch_emacs $this_dir/basic-run.el -#small_sleep=5 -#big_sleep=10 - { sleep 2 find_bot @@ -44,6 +41,6 @@ launch_emacs $this_dir/basic-run.el ## Run once with presentation-prompt-with-typing run_drill - kill_emacs + wait_emacs } || cat robot/failure.txt $EMACS -Q -l $1 & -- cgit v1.2.3