Re: [CMake] ctest // fixtures and --repeat-until-fail

2019-04-26 Thread Craig Scott
On Tue, Apr 16, 2019 at 11:36 PM Sergei Nikulov wrote: > > > > On Tue, Apr 16, 2019 at 10:07 PM Sergei Nikulov < > sergey.niku...@gmail.com> wrote: > >> > >> Hello All, > >> > >> Has anybody knows how FIXTURES_SETUP/FIXTURES_CLEANUP should work with > >> --repeat-until-fail option? > >> > >> My

Re: [CMake] ctest // fixtures and --repeat-until-fail

2019-04-16 Thread Sergei Nikulov
> > On Tue, Apr 16, 2019 at 10:07 PM Sergei Nikulov > wrote: >> >> Hello All, >> >> Has anybody knows how FIXTURES_SETUP/FIXTURES_CLEANUP should work with >> --repeat-until-fail option? >> >> My expectation, if I requesting a test run for example 10 times, the >> sequence should be as follows:

[CMake] ctest // fixtures and --repeat-until-fail

2019-04-16 Thread Sergei Nikulov
Hello All, Has anybody knows how FIXTURES_SETUP/FIXTURES_CLEANUP should work with --repeat-until-fail option? My expectation, if I requesting a test run for example 10 times, the sequence should be as follows: fixture_setup, then test, then fixture_cleanup repeats 10 times But in practice,