build scripts: use new way to run tests in build.xml from 'community'

This commit is contained in:
nik
2017-03-30 16:24:02 +03:00
parent 340911261a
commit 144b5f71bf
+1 -1
View File
@@ -75,7 +75,7 @@
</target>
<target name="test" depends="init">
<call_gant script="${project.home}/build/scripts/tests.gant"/>
<call_gant script="${project.home}/build/scripts/tests_in_community.gant"/>
</target>
<!-- The build task creates an updater.jar in ${out.dir}. This task bundles the updater and its dependencies into a single jar -->