SPECS (AC-branch): php.spec - make test does not exit with error

glen glen at pld-linux.org
Mon Apr 2 10:34:52 CEST 2007


Author: glen                         Date: Mon Apr  2 08:34:52 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- make test does not exit with error

---- Files affected:
SPECS:
   php.spec (1.631.2.27 -> 1.631.2.28) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.631.2.27 SPECS/php.spec:1.631.2.28
--- SPECS/php.spec:1.631.2.27	Mon Apr  2 10:32:34 2007
+++ SPECS/php.spec	Mon Apr  2 10:34:47 2007
@@ -1824,16 +1824,7 @@
 # Run tests, using the CLI SAPI
 export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
 unset TZ LANG LC_ALL || :
-if ! %{__make} test; then
-	set +x
-	for f in $(find . -name '*.diff' -type f -print); do
-		echo "TEST FAILURE: $f --"
-		cat "$f"
-		echo "-- $f result ends."
-	done
-	set -x
-	exit 1
-fi
+%{__make} test
 unset NO_INTERACTION REPORT_EXIT_STATUS MALLOC_CHECK_
 
 %install
@@ -2731,6 +2722,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.631.2.28  2007/04/02 08:34:47  glen
+- make test does not exit with error
+
 Revision 1.631.2.27  2007/04/02 08:32:34  glen
 - make tests in %check (--define check exit 0 to skip)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php.spec?r1=1.631.2.27&r2=1.631.2.28&f=u



More information about the pld-cvs-commit mailing list