We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385a892 commit b348233Copy full SHA for b348233
build.xml
@@ -242,7 +242,7 @@ limitations under the License.
242
</and>
243
</condition>
244
245
- <fail unless="propsSpecified" message="class.name roperty not specified."/>
+ <fail unless="propsSpecified" message="class.name property not specified."/>
246
247
<copy todir="build/test" file="testng-single.xml" overwrite="true">
248
<filterset><filter token="CLASS" value="${class.name}"/></filterset>
0 commit comments