Skip to content

Commit

Permalink
[OU-FIX] test loading
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed Nov 18, 2024
1 parent c320ed3 commit 3322759
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
run: |
if test -n "$(ls openupgrade/openupgrade_scripts/scripts/*/tests/data*.py 2> /dev/null)"; then
for snippet in openupgrade/openupgrade_scripts/scripts/*/tests/data*.py; do
echo running $snippet
odoo-old/odoo-bin shell -d $DB < $snippet
done
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@
],
}
)
import logging

logging.info("committing test data")
env.cr.commit()

0 comments on commit 3322759

Please sign in to comment.