[qmtest] new 'check' command

Mark Mitchell mark at codesourcery.com
Thu Oct 2 16:16:30 UTC 2003


On Tue, 2003-09-30 at 06:02, Stefan Seefeld wrote:
> Mark Mitchell wrote:
> 
> > The new check.py file is OK.
> 
> ok, it's checked in. However, this command assumes 'qmtest.py' is
> executable (which it is after installation). So to make it work
> even inside the source tree the qm/test/qmtest.py file's permissions
> have to be changed.

True.  I've now marked that as executable in CVS.

> What else is missing / can I do to bring the new build system up to
> speed so the old stuff can be dropped ? As soon as the file layout
> is a bit reorganized there is quite a bit of cleanup that can be done.

I think I'd prefer not to try the file layout reorganization before the
release.

I think the big thing we have to do before we cut over is figure out
which pieces of qm.sh need to get incorporated into qmtest.py.

A first puzzle is how -- using qmtest.py as the main executable -- to
get Python optimization turned on.  (In other words, we want to invoke
Python with "-O".)  Is that possible without a separate shell script?

Thanks,

-- 
Mark Mitchell
CodeSourcery, LLC
mark at codesourcery.com




More information about the qmtest mailing list