Browse Source

Lost a space character

master
Gintas Grigelionis 7 years ago
parent
commit
b9c81987ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml

+ 1
- 1
build.xml View File

@@ -1566,7 +1566,7 @@
</condition>
</target>

<target name="test"depends="junit-report,antunit-report,check-failed"
<target name="test" depends="junit-report,antunit-report,check-failed"
description="--> run unit tests and reports">
<fail if="tests.failed" unless="ignore.tests.failed">Unit tests failed; see:
${build.junit.reports}


Loading…
Cancel
Save