[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master ef44346 2/2: Make it easier to abort a series of tests with C
From: |
Noam Postavsky |
Subject: |
Re: master ef44346 2/2: Make it easier to abort a series of tests with C-g |
Date: |
Tue, 28 Mar 2017 09:48:35 -0400 |
On Tue, Mar 28, 2017 at 5:29 AM, Lars Brinkhoff <address@hidden> wrote:
> Noam Postavsky wrote:
>> Make it easier to abort a series of tests with C-g
>>
>> * emacs-lisp/ert.el (ert-run-tests): Add "interactively" arg. If
>> interactively is true and a test was aborted then ask if the remaining
>> tests should be aborted too.
>> (ert-run-tests-batch, ert-run-tests-interactively): Pass in
>> interactively arg.
>
> This commit adds a testsuite failure when I run:
> git clean -xfd && ./autogen.sh && make bootstrap && make check
>
> If I revert this commit, the failure goes away. It seems there's a call
> to ert-run-tests that hasn't been updated with a third argument.
Oops, right. I've made that argument &optional in [1: 7d27f5d8f4].
1: 2017-03-28 09:44:24 -0400 7d27f5d8f48b8f184eb93f64461e01c1481c8fb4
* lisp/emacs-lisp/ert.el (ert-run-tests): Make INTERACTIVE arg optional.