[qmtest] [PATCH] Make dotted context keys available in the environment.
Mark Mitchell
mark at codesourcery.com
Mon Aug 11 19:54:27 UTC 2003
> > I believe that (from looking at cmdline.py) that a file named "context"
will
> > be used implicitly if no other context file is provided. So, this code
is
> > probably redundant and can be omitted.
>
> It's not, actually; cmdline.py checks for a file "context" in the
> current directory only, and we don't chdir to the test directories
> while running the regression suite. I suppose I could add logic for
> that instead, but this way seems cleaner.
Agreed.
(Doing "chdir" would be bad because it does not work when running threaded.
Poking around some other way would be complicated.)
Thanks,
-- Mark
More information about the qmtest
mailing list