You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2018/05/16 07:48:21 UTC

[cloudstack] branch master updated: packaging: don't skip tests while packaging Centos7 (#2646)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cc5710  packaging: don't skip tests while packaging Centos7 (#2646)
1cc5710 is described below

commit 1cc571015c507feda8edfac6ee5384df976e637f
Author: Khosrow Moossavi <kh...@gmail.com>
AuthorDate: Wed May 16 03:48:08 2018 -0400

    packaging: don't skip tests while packaging Centos7 (#2646)
---
 packaging/centos7/cloud.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packaging/centos7/cloud.spec b/packaging/centos7/cloud.spec
index dd6a34d..7c6238b 100644
--- a/packaging/centos7/cloud.spec
+++ b/packaging/centos7/cloud.spec
@@ -189,7 +189,7 @@ if [ "%{_sim}" == "SIMULATOR" -o "%{_sim}" == "simulator" ] ; then
    FLAGS="$FLAGS -Dsimulator"
 fi
 
-mvn -Psystemvm,developer -DskipTests $FLAGS clean package
+mvn -Psystemvm,developer $FLAGS clean package
 
 %install
 [ ${RPM_BUILD_ROOT} != "/" ] && rm -rf ${RPM_BUILD_ROOT}

-- 
To stop receiving notification emails like this one, please contact
rohit@apache.org.