From 060593af2449ee2436b2ce3ac3f9450f381ccbfa Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 6 Mar 2025 18:42:06 +0100 Subject: [PATCH] Tmp debug stuff to debug the ci :| --- src/tests/test_app_resources.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/tests/test_app_resources.py b/src/tests/test_app_resources.py index 029687cf70..654b7d5567 100644 --- a/src/tests/test_app_resources.py +++ b/src/tests/test_app_resources.py @@ -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