Autobuild: add -v option to mock

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2904 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Angus Salkeld 2010-05-21 08:53:17 +00:00
parent 68c580fc54
commit bed7002213

View File

@ -50,7 +50,7 @@ rm -f $RPM_DIR/corosync*.rpm
echo "running mock init ($TARGET)"
$MOCK -r $TARGET --init
echo "running mock rebuild ($SRPM)"
$MOCK -r $TARGET --rebuild $SRPM --with testagents
$MOCK -v -r $TARGET --rebuild $SRPM --with testagents
if [ -z "$TEST_NODES" ]
then