Hello,

Eric Schulte <schulte.e...@gmail.com> writes:

> $ time emacs -Q --batch \
>     -l ~/.emacs.d/src/org/testing/org-test.el \
>     --eval "(setq org-confirm-babel-evaluate nil)" \
>     -f org-test-run-batch-tests 2>/dev/null 1>/dev/null \
> 4.00s user 0.44s system 56% cpu 7.834 total
>
> So at 8 seconds (on my machine) it shouldn't put too much load on the
> server to run after every commit, we would just want to be sure that
> multiple instances of the test suite are not run at once.  A check to
> only run the suite if it is not currently running shouldn't be difficult
> to run.
>
> I can work with Jason offline to figure out how to set this up.

I blindly trust you and Jason for finding the best solution here.

If having tests after each commit does not create unwanted complexity, 
let's go with it.  

Thanks,

-- 
 Bastien

Reply via email to