Skip to content

Commit

Permalink
Fix yaml content
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Feb 7, 2025
1 parent 7b366f5 commit c9fdf31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tests/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,8 @@ def as_runner(path):
run_path = as_runner(f"out/{target.target}/{target.binary}")
f.write(f"{target.key}: {run_path}\n")
f.write("TRACE_APP: out/trace_data/app-{SCRIPT_BASE_NAME}\n")
f.write("TRACE_TEST_JSON: out/trace_data/test-{SCRIPT_BASE_NAME}")
f.write("TRACE_TEST_PERFETTO: out/trace_data/test-{SCRIPT_BASE_NAME}")
f.write("TRACE_TEST_JSON: out/trace_data/test-{SCRIPT_BASE_NAME}\n")
f.write("TRACE_TEST_PERFETTO: out/trace_data/test-{SCRIPT_BASE_NAME}\n")

if not test_filter.startswith("*"):
test_filter = "*" + test_filter
Expand Down

0 comments on commit c9fdf31

Please sign in to comment.