summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-09 13:45:01 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-09 13:45:01 +0100
commitac7cc0aa80de828b45d2b4adb9f56054a686edd6 (patch)
tree29429ff88e0188aadb1895384728d7eb34c26b91
parentfa128ec0515cb97bd00c8e40b4d9eab1a210954d (diff)
phan: don't ignore test suite
-rw-r--r--phan.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/phan.spec b/phan.spec
index b402b78..ec32bc7 100644
--- a/phan.spec
+++ b/phan.spec
@@ -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