diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-09 13:45:01 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-09 13:45:01 +0100 |
commit | ac7cc0aa80de828b45d2b4adb9f56054a686edd6 (patch) | |
tree | 29429ff88e0188aadb1895384728d7eb34c26b91 | |
parent | fa128ec0515cb97bd00c8e40b4d9eab1a210954d (diff) |
phan: don't ignore test suite
-rw-r--r-- | phan.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ EOF run=0 ret=0 if which php71; then - php71 %{_bindir}/phpunit -d memory_limit=1G --bootstrap tests/autoload.php || : ignore segfaults... + php71 %{_bindir}/phpunit -d memory_limit=1G --bootstrap tests/autoload.php run=1 fi %{_bindir}/phpunit -d memory_limit=1G --bootstrap tests/autoload.php --verbose |