From 6a489df47a1c8fa351e9b43924fc28c3986583bb Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 10 Aug 2015 16:47:56 +0200 Subject: remove empty line --- bin/git/hooks/pre-commit | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bin/git/hooks') diff --git a/bin/git/hooks/pre-commit b/bin/git/hooks/pre-commit index 1b1e16bce..202992f9e 100755 --- a/bin/git/hooks/pre-commit +++ b/bin/git/hooks/pre-commit @@ -3,10 +3,12 @@ # exit if any test fails set -e -phpunit -c phpunit.xml -phpunit -c phpunit.integration.xml +# update checksums cd js grunt js-unit grunt cachebuster cd .. + +phpunit -c phpunit.xml +phpunit -c phpunit.integration.xml git add appinfo/checksum.json -- cgit v1.2.3