Skip to content

Commit b348233

Browse files
author
Ryan
committed
fixed error message.
1 parent 385a892 commit b348233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ limitations under the License.
242242
</and>
243243
</condition>
244244

245-
<fail unless="propsSpecified" message="class.name roperty not specified."/>
245+
<fail unless="propsSpecified" message="class.name property not specified."/>
246246

247247
<copy todir="build/test" file="testng-single.xml" overwrite="true">
248248
<filterset><filter token="CLASS" value="${class.name}"/></filterset>

0 commit comments

Comments
 (0)