Skip to content

Commit 85720a7

Browse files
committed
debug?
1 parent 1b59c9f commit 85720a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

molecule/testinfra/common/test_release_upgrades.py

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ def test_migration_check(host):
5656
contents = json.loads(cmd.stdout)
5757
print(contents)
5858
# The script did not error out
59+
if "error" in contents:
60+
# Run the script manually to get the error message
61+
cmd = host.run("securedrop-noble-migration-check")
62+
print(cmd.stdout)
63+
# We'll fail in the next line after this
5964
assert "error" not in contents
6065
# staging CI jobs don't have enough free space, so just check
6166
# that it returned a value for it

0 commit comments

Comments
 (0)