From commits-return-86691-archive-asf-public=cust-asf.ponee.io@cloudstack.apache.org Mon Apr 8 08:21:41 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5971D180627 for ; Mon, 8 Apr 2019 10:21:41 +0200 (CEST) Received: (qmail 33458 invoked by uid 500); 8 Apr 2019 08:02:03 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 33449 invoked by uid 99); 8 Apr 2019 08:02:03 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2019 08:02:03 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8F9B380A47; Mon, 8 Apr 2019 08:21:40 +0000 (UTC) Date: Mon, 08 Apr 2019 08:21:39 +0000 To: "commits@cloudstack.apache.org" Subject: [cloudstack] branch 4.11 updated: packaging: don't skip unit tests while building packages (#3266) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155471169917.23811.8379319095469581804@gitbox.apache.org> From: rohit@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: cloudstack X-Git-Refname: refs/heads/4.11 X-Git-Reftype: branch X-Git-Oldrev: c4b06ffe19c84e66425f5f2a35fc4253ce56fb1b X-Git-Newrev: 55efaf14d970f71e74e56a04c7c8f1a11e438b97 X-Git-Rev: 55efaf14d970f71e74e56a04c7c8f1a11e438b97 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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 --- 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}