Skip to content

Commit 155bad3

Browse files
committed
Make failing tests fail the build
1 parent a996ac0 commit 155bad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</target>
3232

3333
<target name="test" depends="generate-autoloader" description="Run tests">
34-
<exec executable="${basedir}/tools/phpunit" taskname="phpunit"/>
34+
<exec executable="${basedir}/tools/phpunit" taskname="phpunit" failonerror="true"/>
3535
</target>
3636
</project>
3737

0 commit comments

Comments
 (0)