diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-16 20:21:31 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-16 20:21:31 +0100 |
| commit | 50885fbeea8a282dc027b03b19097de3c6dabd18 (patch) | |
| tree | 68462f789bb9e339c48d061dad578f6569a3b879 /robot/basic-run.sh | |
| parent | a923ba2c90ebb5e7fd66b29f6a3af7fd12b6b9f4 (diff) | |
| download | org-drill-50885fbeea8a282dc027b03b19097de3c6dabd18.tar.gz org-drill-50885fbeea8a282dc027b03b19097de3c6dabd18.zip | |
Refactor robot testing to allow multiple tests
Diffstat (limited to 'robot/basic-run.sh')
| -rwxr-xr-x | robot/basic-run.sh | 5 |
1 files changed, 1 insertions, 4 deletions
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 & |
