Skip to content

Commit 55efaf1

Browse files
authored
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.yadav@shapeblue.com>
1 parent c4b06ff commit 55efaf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/centos7/cloud.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ if [ "%{_sim}" == "SIMULATOR" -o "%{_sim}" == "simulator" ] ; then
194194
FLAGS="$FLAGS -Dsimulator"
195195
fi
196196

197-
mvn -Psystemvm,developer -DskipTests $FLAGS clean package
197+
mvn -Psystemvm,developer $FLAGS clean package
198198

199199
%install
200200
[ ${RPM_BUILD_ROOT} != "/" ] && rm -rf ${RPM_BUILD_ROOT}

0 commit comments

Comments
 (0)