From 81982ef86e1c1aed42a8c2b614a6a93a646429b3 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sat, 19 Apr 2014 15:27:59 +0200 Subject: [PATCH] Make build script exit with non-zero status when sniff fails. --- build/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build.xml b/build/build.xml index b29f20e5..bb8659e0 100644 --- a/build/build.xml +++ b/build/build.xml @@ -13,14 +13,14 @@ --extensions=php --standard=build/code-sniffer-ruleset.xml phpseclib/" - dir=".." passthru="true" /> + dir=".." checkreturn="true" passthru="true" /> + dir=".." checkreturn="true" passthru="true" />