Skip to content

Commit

Permalink
Merge pull request #266 from grindtildeath/imp-diplay_deps_addons
Browse files Browse the repository at this point in the history
Display installed addons before running tests in logs
  • Loading branch information
gurneyalex authored Jan 18, 2024
2 parents 42edd0f + 9a55a04 commit 8a22411
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 @@ -65,6 +65,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 8a22411

Please sign in to comment.