Skip to content

Commit 87ff71d

Browse files
committed
Add 19.0 on OCB Sync
1 parent f9b919b commit 87ff71d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

tests/test_gen_addon_readme.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ def test_rst_error(tmp_path):
162162
cmd + opts, stderr=subprocess.STDOUT, universal_newlines=True
163163
)
164164
except subprocess.CalledProcessError as e:
165-
assert "Title level inconsistent" in e.output
165+
print(e.output)
166+
assert "Inconsistent title style" in e.output
166167
else:
167168
assert False, "A rst syntax error should have been detected."
168169

tools/ocb-sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
ODOO="git@github.com:/odoo/odoo.git"
1010
OCB="git@github.com:/OCA/OCB.git"
11-
BRANCHES="18.0 17.0 16.0 15.0"
11+
BRANCHES="19.0 18.0 17.0 16.0 15.0"
1212
GITDIR="/var/tmp/git"
1313
PUBDIR="/var/tmp/ocb-nightly"
1414
BUILDDIR="/var/tmp/ocb-build"

0 commit comments

Comments
 (0)