[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: |
Lars Brinkhoff |
Subject: |
Re: master ef44346 2/2: Make it easier to abort a series of tests with C-g |
Date: |
Tue, 28 Mar 2017 19:57:19 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Noam Postavsky wrote
>> 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.
Thanks, that fixes the failure.