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():