We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2c1cb commit 4e02ac9Copy full SHA for 4e02ac9
1 file changed
build.xml
@@ -47,4 +47,13 @@
47
<echo msg="Current version app is ${version.number}" />
48
</target>
49
50
+ <!-- ============================================ -->
51
+ <!-- Target: project targets -->
52
53
+ <target name="atoum-engine-checker">
54
+ <echo msg="Search if engine line have been commited" />
55
+ <exec command="grep -Rni '@engine inline' tests" escape="false" passthru="true" />
56
+ <exec command="grep -Rni '@engine inline' tests | test `wc -l` -eq 0 && (exit 0) || (exit 1)" checkreturn="true" escape="false" passthru="true" />
57
+ </target>
58
+
59
</project>
0 commit comments