diff --git a/tests/pytest/auto_crash_gen.py b/tests/pytest/auto_crash_gen.py index fd8b2b77a2..00e1786399 100755 --- a/tests/pytest/auto_crash_gen.py +++ b/tests/pytest/auto_crash_gen.py @@ -353,7 +353,8 @@ def main(): else: core_dir = "none" - text = f'''exit status: {msg_dict[status]} + text = f''' + exit status: {msg_dict[status]} test scope: crash_gen owner: pxiao hostname: {hostname} diff --git a/tests/pytest/auto_crash_gen_valgrind.py b/tests/pytest/auto_crash_gen_valgrind.py index f2d87be7a7..e37cda0a27 100755 --- a/tests/pytest/auto_crash_gen_valgrind.py +++ b/tests/pytest/auto_crash_gen_valgrind.py @@ -388,7 +388,8 @@ def main(): else: core_dir = "none" - text = f'''exit status: {msg_dict[status]} + text = f''' + exit status: {msg_dict[status]} test scope: crash_gen owner: pxiao hostname: {hostname} diff --git a/tests/pytest/auto_crash_gen_valgrind_cluster.py b/tests/pytest/auto_crash_gen_valgrind_cluster.py index ee2b92258d..af19836a83 100755 --- a/tests/pytest/auto_crash_gen_valgrind_cluster.py +++ b/tests/pytest/auto_crash_gen_valgrind_cluster.py @@ -388,7 +388,8 @@ def main(): else: core_dir = "none" - text = f'''exit status: {msg_dict[status]} + text = f''' + exit status: {msg_dict[status]} test scope: crash_gen owner: pxiao hostname: {hostname}