From 6dd09a62800f4907a4b25b8647698c0930f98b11 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 7 Aug 2015 15:10:52 +0200 Subject: add empty test to not fail --- bin/git/hooks/pre-commit | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/git/hooks/pre-commit b/bin/git/hooks/pre-commit index 881895787..1b1e16bce 100755 --- a/bin/git/hooks/pre-commit +++ b/bin/git/hooks/pre-commit @@ -1,5 +1,8 @@ #!/bin/bash +# exit if any test fails +set -e + phpunit -c phpunit.xml phpunit -c phpunit.integration.xml cd js -- cgit v1.2.3