mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
Phing > tests > update name of property with path (tests_framework.path > tests.framework.path) & ignore /build directory
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
<!-- Unit tests -->
|
||||
<target name="test:unit" description="Executes unit tests">
|
||||
<echo msg="Running unit tests..." />
|
||||
<exec command="${tests_framework.path} run --silent" passthru="true"/>
|
||||
<exec command="${tests.framework.path} run --silent" passthru="true"/>
|
||||
</target>
|
||||
|
||||
<!-- Checkout and finalization -->
|
||||
|
||||
Reference in New Issue
Block a user