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

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


The following commit(s) were added to refs/heads/4.11 by this push:
     new 55efaf1  packaging: don't skip unit tests while building packages 
(#3266)
55efaf1 is described below

commit 55efaf14d970f71e74e56a04c7c8f1a11e438b97
Author: Rohit Yadav <ro...@apache.org>
AuthorDate: Mon Apr 8 13:51:30 2019 +0530

    packaging: don't skip unit tests while building packages (#3266)
    
    This may slow down CI and release, but ensures that unit tests always
    run as part of the packaging build process.
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>
---
 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 8a4dd2a..1452080 100644
--- a/packaging/centos7/cloud.spec
+++ b/packaging/centos7/cloud.spec
@@ -194,7 +194,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}

Reply via email to