Skip to content

Commit

Permalink
Display installed addons before running tests in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
grindtildeath committed Dec 12, 2023
1 parent cef3da3 commit 9a55a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/runtests
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ else
echo "No cached dump found matching MD5 🐢 🐢 🐢"
fi
echo "🔨🔨 Install official/OCA modules 🔨🔨"
echo "${DEPS_ADDONS}"
odoo --stop-after-init --workers=0 --database $DB_NAME_TEST --log-level=warn --without-demo="" --db-filter=$DB_NAME_TEST -i ${DEPS_ADDONS}
if [ "$CREATE_DB_CACHE" == "true" -a ! -z "$CACHED_DUMP" ]; then
echo "Generate dump $CACHED_DUMP into cache 🐘⮕ 📦"
Expand Down

0 comments on commit 9a55a04

Please sign in to comment.