summary refs log tree commit diff stats
path: root/tests/tracetool/tracetool-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tracetool/tracetool-test.py')
-rwxr-xr-xtests/tracetool/tracetool-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tracetool/tracetool-test.py b/tests/tracetool/tracetool-test.py
index 3e37890476..f58f3b795e 100755
--- a/tests/tracetool/tracetool-test.py
+++ b/tests/tracetool/tracetool-test.py
@@ -14,7 +14,7 @@ def get_formats(backend):
         "c",
         "h",
     ]
-    if backend in {"simple"}:
+    if backend in {"log", "simple"}:
         formats += ["rs"]
     if backend == "dtrace":
         formats += [