diff --git a/lldb/test/API/functionalities/unwind/standard/TestStandardUnwind.py b/lldb/test/API/functionalities/unwind/standard/TestStandardUnwind.py --- a/lldb/test/API/functionalities/unwind/standard/TestStandardUnwind.py +++ b/lldb/test/API/functionalities/unwind/standard/TestStandardUnwind.py @@ -164,7 +164,7 @@ self.skipTest("Inferior not supported") self.standard_unwind_tests() - test_name = "test_unwind_" + str(f) + test_name = "test_unwind_" + str(os.path.basename(f)) for c in ".=()/\\": test_name = test_name.replace(c, '_')