Try to output test error(s) from log ¯\_(ツ)_/¯

This commit is contained in:
Nabeel Shahzad 2017-07-04 01:20:56 -05:00
parent 67b274069f
commit 679c72085f

View File

@ -48,7 +48,7 @@ tests: test
.PHONY: test .PHONY: test
test: test:
echo "" > storage/logs/laravel.log echo "" > storage/logs/laravel.log
vendor/bin/phpunit --testdox tests -vendor/bin/phpunit --testdox tests
cat storage/logs/laravel.log cat storage/logs/laravel.log
.PHONY: schema .PHONY: schema