From 3c356dfc5a0f99d022f4bd9c6f3a2c93863c0529 Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Sat, 22 Jun 2019 17:42:06 +0100 Subject: Fix robot testing and reference to drill-typed-answer --- robot/robot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/robot.sh') diff --git a/robot/robot.sh b/robot/robot.sh index f901b67..12ac79e 100644 --- a/robot/robot.sh +++ b/robot/robot.sh @@ -65,7 +65,7 @@ function retn { } function wait_emacs { - wait $emacs_process_pid + wait $emacs_process_pid || exit 1 } function find_bot { -- cgit v1.2.3