Am Mittwoch, 30. November 2016 um 09:50:07, schrieb Scott Kostyshak 
<skost...@lyx.org>
> On Wed, Nov 30, 2016 at 11:12:23AM +0100, Kornel Benko wrote:
> 
> > Using extra control file for each document would make it easier.
> > But we cannot do parallel tests any more. We use same user-dir for all 
> > tests ATM.
> > Think how to use different dirs needs to recreate also their contents.
> 
> Ah I did not think about this problem.
> 
> > Right, we don't have it yet.
> > One way would be to prepare the preferences _before_ starting ctest.
> > For instance with a perl script passing unused parameters to ctest?
> > 
> >     #prefTest.pl preferences=xyz -L export
> > Starting parameters containg '=' are for prefTest.pl, the remaining are 
> > passed to ctest.
> 
> How would this work? The user (developer) would still just run "ctest"?
> Or now they would run prefTest.pl instead?

Selected parameters in prefTest.pl will remain until next call to prefTest.pl.
The call sequence could be:
        # prefTest.pl ... 
        # ctest ... (this is the same as prefTest.pl with previous params)
        # ctest ...
        ...
        # prefTest.pl (with new values)
        # ctest ...

> Scott

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to