From 5884bb75b07b30a0c4f90bc5951057717f47cd81 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 7e46f682c4..515c6e6436 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