mirror of https://github.com/apache/cloudstack.git
packaging: don't skip tests while packaging Centos7 (#2646)
This commit is contained in:
parent
56030153cb
commit
1cc571015c
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue