rpms/abicheck/devel abicheck.spec,1.17,1.18

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Aug 16 12:38:42 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/abicheck/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21087

Modified Files:
	abicheck.spec 
Log Message:
testing


Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- abicheck.spec	15 Aug 2005 20:27:51 -0000	1.17
+++ abicheck.spec	16 Aug 2005 12:38:40 -0000	1.18
@@ -47,8 +47,10 @@
 %check
 cd test
 make private1 public1
-../abicheck ./private1 || :
-../abicheck ./public1 || :
+for a in $(seq 1 50); do ( 
+    ../abicheck ./public1 || :
+    ../abicheck ./private1 | egrep 'PRIVATE:.*libc.*(__open|__nanosleep)' || :
+); done
 cd -
 make test
 :




More information about the fedora-extras-commits mailing list