On Fri, 08/22 13:25, Peter Wu wrote:
> Before this patch you could not run multiple tests concurrently as they
> might clobber each other test files. This patch solves that by using
> random temporary directory instead of `/tmp` (for writing output in the
> individual tests and valgrind logs).
>
>
The Sunday 24 Aug 2014 à 21:54:51 (+0200), Peter Wu wrote :
> On Friday 22 August 2014 20:58:34 Benoît Canet wrote:
> > The Friday 22 Aug 2014 à 13:25:43 (+0200), Peter Wu wrote :
> > > Before this patch you could not run multiple tests concurrently as they
> > > might clobber each other test files
On Friday 22 August 2014 20:58:34 Benoît Canet wrote:
> The Friday 22 Aug 2014 à 13:25:43 (+0200), Peter Wu wrote :
> > Before this patch you could not run multiple tests concurrently as they
> > might clobber each other test files. This patch solves that by using
> > random temporary directory ins
The Friday 22 Aug 2014 à 13:25:43 (+0200), Peter Wu wrote :
> Before this patch you could not run multiple tests concurrently as they
> might clobber each other test files. This patch solves that by using
> random temporary directory instead of `/tmp` (for writing output in the
> individual tests a
Before this patch you could not run multiple tests concurrently as they
might clobber each other test files. This patch solves that by using
random temporary directory instead of `/tmp` (for writing output in the
individual tests and valgrind logs).
Furthermore, this patch stops removing everythin