From e5d72a63baa75259f3869e20455a46911ca90379 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Jun 09 2014 10:28:37 +0000 Subject: run test in sources tree (not in installation tree) --- diff --git a/php-pear-Console-CommandLine.spec b/php-pear-Console-CommandLine.spec index 8112fee..636c87b 100644 --- a/php-pear-Console-CommandLine.spec +++ b/php-pear-Console-CommandLine.spec @@ -79,7 +79,6 @@ install -pm 644 %{name}.xml $RPM_BUILD_ROOT%{pear_xmldir} cd %{pear_name}-%{version} %{__pear} \ run-tests \ - -i "-d include_path=%{buildroot}%{pear_phpdir}:%{pear_phpdir}" \ tests | tee ../tests.log grep "FAILED TESTS" ../tests.log && exit 1