From 55efaf14d970f71e74e56a04c7c8f1a11e438b97 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 8 Apr 2019 13:51:30 +0530 Subject: [PATCH] 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 8a4dd2ac74d..14520804e3e 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}