packages: php-ffmpeg/php-ffmpeg.spec - allow tests to fail

glen glen at pld-linux.org
Fri Jun 26 01:46:35 CEST 2009


Author: glen                         Date: Thu Jun 25 23:46:35 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- allow tests to fail

---- Files affected:
packages/php-ffmpeg:
   php-ffmpeg.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: packages/php-ffmpeg/php-ffmpeg.spec
diff -u packages/php-ffmpeg/php-ffmpeg.spec:1.12 packages/php-ffmpeg/php-ffmpeg.spec:1.13
--- packages/php-ffmpeg/php-ffmpeg.spec:1.12	Fri Jun 26 01:27:22 2009
+++ packages/php-ffmpeg/php-ffmpeg.spec	Fri Jun 26 01:46:29 2009
@@ -62,14 +62,14 @@
 rm -f tests/getPTS.phpt
 rm -f tests/isKeyFrame.phpt
 
-
 %build
 phpize
 %configure
 %{__patch} -p1 < %{PATCH1}
 %{__make}
 
-%{?with_tests:make PHP_EXECUTABLE=/usr/bin/php test}
+%{?with_tests:%{__make} PHP_EXECUTABLE=/usr/bin/php test}
+%{?with_tests:test -f tests.log -a ! -s tests.log}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -107,6 +107,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2009/06/25 23:46:29  glen
+- allow tests to fail
+
 Revision 1.12  2009/06/25 23:27:22  glen
 - hack tests working
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-ffmpeg/php-ffmpeg.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list