diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-16 10:34:15 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-16 10:34:15 +0100 |
| commit | a45d80654e92be77bd2e24d12452c95f54b3e5a6 (patch) | |
| tree | 71c5b142d33e3da89da9895431093972772cb26b /robot | |
| parent | 9555e487d4a952365638fc567c09439931a60bc3 (diff) | |
| download | org-drill-a45d80654e92be77bd2e24d12452c95f54b3e5a6.tar.gz org-drill-a45d80654e92be77bd2e24d12452c95f54b3e5a6.zip | |
Tweak Robot testing
Diffstat (limited to 'robot')
| -rwxr-xr-x | robot/basic-run.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/robot/basic-run.sh b/robot/basic-run.sh index 497f157..5f68cab 100755 --- a/robot/basic-run.sh +++ b/robot/basic-run.sh @@ -31,8 +31,8 @@ source $this_dir/robot.sh launch_emacs $this_dir/basic-run.el -bsmall_sleep=5 -big_sleep=10 +#small_sleep=5 +#big_sleep=10 { sleep 2 @@ -44,6 +44,6 @@ big_sleep=10 ## Run once with presentation-prompt-with-typing run_drill - # kill_emacs + kill_emacs } || cat robot/failure.txt $EMACS -Q -l $1 & |
