Skip to content

Commit

Permalink
Remove braces in Makefile grouping is not mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoît Burnichon committed Dec 15, 2015
1 parent f17ef96 commit 1a95987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -7,7 +7,7 @@ test: node_modules
./tests/bootstrap.sh start
sleep 1
./vendor/bin/phpunit
{FAILURES="";$(foreach adapter,$(adapters),ZIPPY_ADAPTER=$(adapter) ./vendor/bin/phpunit -c phpunit-functional.xml.dist || FAILURES=1;)test -z "$$FAILURES"}
FAILURES="";$(foreach adapter,$(adapters),ZIPPY_ADAPTER=$(adapter) ./vendor/bin/phpunit -c phpunit-functional.xml.dist || FAILURES=1;)test -z "$$FAILURES"
-./tests/bootstrap.sh stop

node_modules:
Expand Down

0 comments on commit 1a95987

Please sign in to comment.