Disable broken nwfilterxml2xmltest on ppc

This commit is contained in:
Daniel P. Berrange 2010-07-12 15:30:24 +00:00
parent e865884872
commit 90784d2b79
1 changed files with 6 additions and 0 deletions

View File

@ -689,6 +689,12 @@ do
printf "#!/bin/sh\nexit 0\n" > $i
chmod +x $i
done
# Temp hack till we figure out why its broken on ppc
%ifarch ppc
rm -f nwfilterxml2xmltest
printf "#!/bin/sh\nexit 0\n" > nwfilterxml2xmltest
chmod +x nwfilterxml2xmltest
%endif
make check
%pre