diff options
Diffstat (limited to 'tests/tracetool/tracetool-test.py')
| -rwxr-xr-x | tests/tracetool/tracetool-test.py | 2 |
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 += [ |