jenkins junit plugin gojne crazy: classname must not be a file but either a directory or not exist - typo
This commit is contained in:
@@ -602,7 +602,7 @@ class Script: public QObject {
|
|||||||
xml::Node testcase("testcase");
|
xml::Node testcase("testcase");
|
||||||
try {
|
try {
|
||||||
testcase.attr("classname") =
|
testcase.attr("classname") =
|
||||||
xmlattr(_testclass.size()?"file: "+_testclass:(*cmd)->file(), true)
|
xmlattr(_testclass.size()?_testclass:"file: "+(*cmd)->file(), true)
|
||||||
.toStdString();
|
.toStdString();
|
||||||
testcase.attr("name") =
|
testcase.attr("name") =
|
||||||
xmlattr(QString("%1: %2")
|
xmlattr(QString("%1: %2")
|
||||||
|
|||||||
Reference in New Issue
Block a user