Module Name:src
Committed By: gutteridge
Date: Wed May 10 22:14:54 UTC 2023
Modified Files:
src/external/bsd/atf/dist/atf-sh: atf-check.1 atf-sh.1
Log Message:
atf-check.1 & atf-sh.1: remove references to -h option
These had their -h option removed in the ATF 0.19 release
Module Name:src
Committed By: gutteridge
Date: Wed May 10 22:14:54 UTC 2023
Modified Files:
src/external/bsd/atf/dist/atf-sh: atf-check.1 atf-sh.1
Log Message:
atf-check.1 & atf-sh.1: remove references to -h option
These had their -h option removed in the ATF 0.19 release
Module Name:src
Committed By: mrg
Date: Fri Oct 4 09:19:19 UTC 2019
Modified Files:
src/external/bsd/atf/dist/atf-sh: atf-check.cpp
Log Message:
give a catch() a variable. gcc 8 is picky:
atf-check.cpp:221:23: error: catching polymorphic type 'class
std::runtime_error'
Module Name:src
Committed By: mrg
Date: Fri Oct 4 09:19:19 UTC 2019
Modified Files:
src/external/bsd/atf/dist/atf-sh: atf-check.cpp
Log Message:
give a catch() a variable. gcc 8 is picky:
atf-check.cpp:221:23: error: catching polymorphic type 'class
std::runtime_error'
On Jan 11, 9:05am, ju...@meroh.net (Julio Merino) wrote:
-- Subject: Re: CVS commit: src/external/bsd/atf/dist/atf-sh
| The reason it works like it does is because atf-run takes care of most
| cleanup by itself and runs every test case on its own subprocess.
|
| The cleanup routine supports
On Fri, Jan 10, 2014 at 7:31 PM, Christos Zoulas wrote:
> I would have preferred that the cleanup functionality was implemented
> differently, running in the context of the shell that ran the test.
> This could have been done by issuing a 'trap test_cleanup 0' before
> invoking the test, instead o
On Fri, Jan 10, 2014 at 06:31:57PM +, Christos Zoulas wrote:
> If I need to pass state between the body of the test function and
> the cleanup function, where do I put that state?
Create a temporary file in . - this will be a private directory for this
test case when run from atf-run.
Martin
In article ,
Julio Merino wrote:
>On Fri, Jan 10, 2014 at 1:39 AM, Christos Zoulas wrote:
>> Module Name:src
>> Committed By: christos
>> Date: Fri Jan 10 01:39:32 UTC 2014
>>
>> Modified Files:
>> src/external/bsd/atf/dist/atf-sh: libatf-sh.subr
>>
>> Log Message:
>> Und
On Fri, Jan 10, 2014 at 1:39 AM, Christos Zoulas wrote:
> Module Name:src
> Committed By: christos
> Date: Fri Jan 10 01:39:32 UTC 2014
>
> Modified Files:
> src/external/bsd/atf/dist/atf-sh: libatf-sh.subr
>
> Log Message:
> Undo previous; unfortunately the cleanup routine
On Fri, Nov 26, 2010 at 12:04:36PM +, Antti Kantee wrote:
> Module Name: src
> Committed By: pooka
> Date: Fri Nov 26 12:04:36 UTC 2010
>
> Modified Files:
> src/external/bsd/atf/dist/atf-sh: atf-check.cpp
>
> Log Message:
> Remove spammy (debug?) prints. took ages to figure o
10 matches
Mail list logo