packaging: don't skip tests while packaging Centos7 (#2646)

This commit is contained in:
Khosrow Moossavi 2018-05-16 03:48:08 -04:00 committed by Rohit Yadav
parent 56030153cb
commit 1cc571015c
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,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}