On Sat, Jun 24, 2006 at 05:21:32PM -0400, Daniel Schepler wrote:

> From my pbuilder build log:

  Good catch, thanks for reporting it.

> ...
> tests/getopt..................ok 1 - File exists: ./bin/xen-create-image
> ok 2 - File is executable
> Cannot read file '/etc/xen-tools/xen-tools.conf' - No such file or directory 
> at ./bin/xen-create-image line 736.

  OK this is a stupid error on my part.

  What is happening here is that we attempt to run the following
 command:

    ./bin/xen-create-image --help

  This is done specifically so that we can capture the options
 which are allegedly supported by the tool.  Then we can actually
 ensure that every option advertised is actually available/used.

  This test was added recently as a result of:

    #374987:  --fs is a unknown option

  However since the software isn't installed it aborts on
 failing to read the configuration file.  Typically I'd just
 add a "--test" flag, but that won't work in this case since
 we expect to read the configuration file and *then* parse the
 command line arguments!

  I will update the test shortly to avoid this execution.

  In the mean time removing "make test" from the debian/rules file
 will allow it to build... although this is clearly not an ideal
 solution.

  The test suite should be runnable without the software being installed
 and it mostly is...


Steve
-- 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to