[PATCH] Fix xmlout option
Omair Majid
omajid@redhat.com
Thu Feb 12 16:54:00 GMT 2009
Hi,
The attached patch fixes the issue in mauve when running the entire test
suite with -xmlout fails:
$ java Harness -vm /usr/bin/java -xmlout xmloutputfile
No tests were run. Possible reasons may be listed below.
Did you specify a test that doesn't exist or a folder that contains no
tests?
The bug seems to be that mauve ignores the -xmlout option and then
treats xmloutputfile as the name of the test to run. The patch adds a
case in Harness.setupHarness() so that the argument after -xmlout is
skipped (it is later checked in RunnerProcess).
Cheers,
Omair
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: harness-option-xmlout.patch
URL: <http://sourceware.org/pipermail/mauve-patches/attachments/20090212/67798e0e/attachment.ksh>
More information about the Mauve-patches
mailing list