[qmtest] ToT questions
Mark Mitchell
mark at codesourcery.com
Mon Mar 31 17:41:57 UTC 2003
On Fri, 2003-03-28 at 15:08, John Schmitt wrote:
> I have two machines: luai that hosts QMTest and a test machine named
> stor02. stor02 is supposed to run tests that luai sends it (via
> QMTest). I have several copies of QMTest installed on luai and I copy
> my test database around as needed.
>
> The official install is luai:/usr/local and its test database is at
> /home/build/nightly.
>
> My play install is at luai:/home/jschmitt and its test database is at
> /home/jschmitt/nightly.
I have a theory, but I can't prove it given the information you've
given.
The ProcessTarget class has a database_path field. (RSHTarget is a
subclass of ProcessTarget.)
You may have set that database_path field, which overrides the current
database path. (This is so that you can use the same NFS path across
multiple machines, for example.)
So, you might want to look at your target file in /home/jschmitt and see
if it contains an entry for database_path that points at /home/build.
Yours,
--
Mark Mitchell
CodeSourcery, LLC
mark at codesourcery.com
More information about the qmtest
mailing list