Issue #7200 has been reported by Dominic Maraglia. ---------------------------------------- Bug #7200: XML formatted fails with relative paths to test directory https://projects.puppetlabs.com/issues/7200
Author: Dominic Maraglia Status: Accepted Priority: Normal Assignee: Category: Harness Target version: Patch: None Keywords: harness xml paths Branch: Running the test harness with a relative path to the test directory causes the XML formatter to generate invalid output (for Jenkins). <pre> ./systest.rb --vmrun soko -c ci/ci-centos.cfg --type git -p origin/next -f 1.5.8 -t ../acceptance/tests --no-color --xml --debug </pre> As a work around, in Jenkin's "Execute shell": <pre> ln -s ../acceptance acceptance-tests ./systest.rb --vmrun soko -c ci/ci-centos.cfg --type git -p origin/next -f 1.5.8 -t acceptance-tests/tests --no-color --xml --debug </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
