build/test: solve plugin conflict differently for now

This commit is contained in:
Franco Fichtner 2018-01-08 22:43:50 +01:00
parent 6c1aa4cecb
commit cdd79deaba
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ setup_clone ${STAGEDIR} ${PLUGINSDIR}
setup_chroot ${STAGEDIR}
extract_packages ${STAGEDIR}
install_packages ${STAGEDIR} ${PRODUCT_CORE} ${PRODUCT_PLUGIN}
# XXX disable plugins, quagga and frr conflict
install_packages ${STAGEDIR} ${PRODUCT_CORE} # ${PRODUCT_PLUGIN}
echo ">>> Running packages test suite..."
chroot ${STAGEDIR} /bin/sh -es <<EOF