Skip to content
Snippets Groups Projects
Commit 4626ee0f authored by buczekp's avatar buczekp
Browse files

[LMS-1625] typo

SVN: 16956
parent 91b30eb9
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@
<echo>Running @{testsuite}...</echo>
<!-- add showoutput="true" when running locally for additional output on console -->
<junit dir="." fork="true" forkmode="once" maxmemory="2048m" showoutput="true"
failureproperty="@{failure_property}" printsummary="on">
failureproperty="@{failureproperty}" printsummary="on">
<classpath>
<pathelement location="${sources}" />
<pathelement location="${sources.test}" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment