From d0c13f2d431baa42618615fac82490043d908519 Mon Sep 17 00:00:00 2001 From: Eric Kofman Date: Wed, 20 Nov 2024 17:46:29 -0800 Subject: [PATCH] another cwd --- tests/integration_tests_auto_check.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration_tests_auto_check.py b/tests/integration_tests_auto_check.py index fc909bd..686f7c4 100755 --- a/tests/integration_tests_auto_check.py +++ b/tests/integration_tests_auto_check.py @@ -240,6 +240,8 @@ } +print("Current directory: {}".format(os.getcwd())) + # Check results of each test failures = 0 for test_name, info in test_name_to_expectations.items():