Skip to content

Commit

Permalink
Tmp debug stuff to debug the ci :|
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed Mar 7, 2025
1 parent e9c2883 commit 5884bb7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/tests/test_app_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,11 @@ def test_resource_ruby():
"version": "3.3.5",
}

r(conf, "testapp", manager).provision_or_update()
try:
r(conf, "testapp", manager).provision_or_update()
except Exception:
os.system("tail -n 40 /tmp/ruby-build*.log")
raise

ruby_version = app_setting("testapp", "ruby_version")
assert ruby_version
Expand Down

0 comments on commit 5884bb7

Please sign in to comment.