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 3341fb18f9..786083ad7f 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 {"ftrace", "log", "simple"}:
+    if backend in {"ftrace", "log", "simple", "syslog"}:
         formats += ["rs"]
     if backend == "dtrace":
         formats += [