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>
(cherry picked from commit 55efaf14d9)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2019-04-08 13:51:30 +05:30 committed by Rohit Yadav
parent 58feb8aa6b
commit 8dcdb23cd6
1 changed files with 1 additions and 1 deletions

View File

@ -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}