Re: Re: Re: [PATCH] Autotests with CMake: improve test clean-up

2013-05-22 Thread Scott Kostyshak
On Wed, May 22, 2013 at 2:29 AM, Kornel Benko wrote: > Am Dienstag, 21. Mai 2013 um 18:57:02, schrieb Scott Kostyshak > > When should we create this vanilla userdir? Maybe some extra target. > Or extra test. > It make thinks more complicated IMHO. Then in that case let's not do it. Scott

Re: Re: Re: [PATCH] Autotests with CMake: improve test clean-up

2013-05-21 Thread Kornel Benko
Am Dienstag, 21. Mai 2013 um 18:57:02, schrieb Scott Kostyshak > On Mon, Mar 25, 2013 at 4:44 PM, Scott Kostyshak wrote: > > On Mon, Mar 25, 2013 at 11:26 AM, Kornel Benko wrote: > >> Am Montag, 25. März 2013 um 15:52:28, schrieb Jean-Marc Lasgouttes > >> > >>> Why do not autotests use their o

Re: Re: [PATCH] Autotests with CMake: improve test clean-up

2013-05-21 Thread Scott Kostyshak
On Mon, Mar 25, 2013 at 4:44 PM, Scott Kostyshak wrote: > On Mon, Mar 25, 2013 at 11:26 AM, Kornel Benko wrote: >> Am Montag, 25. März 2013 um 15:52:28, schrieb Jean-Marc Lasgouttes >> >>> Why do not autotests use their own userdir and delete it afterwards >> >>> instead of polluting the normal

Re: Re: [PATCH] Autotests with CMake: improve test clean-up

2013-03-25 Thread Scott Kostyshak
On Mon, Mar 25, 2013 at 11:26 AM, Kornel Benko wrote: > Am Montag, 25. März 2013 um 15:52:28, schrieb Jean-Marc Lasgouttes > > >> Le 24/03/2013 00:00, Scott Kostyshak a écrit : > >> > This patch allows for autotests to modify preferences (or we could > >> > think of where we would want to run the

Re: Re: [PATCH] Autotests with CMake: improve test clean-up

2013-03-25 Thread Kornel Benko
Am Montag, 25. März 2013 um 15:52:28, schrieb Jean-Marc Lasgouttes > Le 24/03/2013 00:00, Scott Kostyshak a écrit : > > This patch allows for autotests to modify preferences (or we could > > think of where we would want to run the same test with several > > different preferences files). We might

Re: [PATCH] Autotests with CMake: improve test clean-up

2013-03-25 Thread Jean-Marc Lasgouttes
Le 24/03/2013 00:00, Scott Kostyshak a écrit : This patch allows for autotests to modify preferences (or we could think of where we would want to run the same test with several different preferences files). We might as well also clean up the bind file, even though I don't have a specific use case

[PATCH] Autotests with CMake: improve test clean-up

2013-03-23 Thread Scott Kostyshak
t: [PATCH] Autotests with CMake: improve test clean-up - Organize the clean-up into one place. - Add the bind and preferences files to the clean-up list. A test could have modified these, causing spillover to other tests. --- development/autotests/single-test.cmake | 17 + 1 f