File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 -T app/tests/unit \
111111 -p native_sim \
112112 --inline-logs -v \
113- --output-dir twister-out/unit
113+ -O twister-out/unit
114114
115115 # Benchmarks execute on native_sim; Twister captures timing output
116116 # as an artifact. pass/fail is gated on the final log line regex.
@@ -120,7 +120,7 @@ jobs:
120120 -T app/tests/benchmarks \
121121 -p native_sim \
122122 --inline-logs -v \
123- --output-dir twister-out/benchmarks
123+ -O twister-out/benchmarks
124124
125125 # All 17 samples are build_only; CI proves they compile clean.
126126 - name : Twister — samples
@@ -129,7 +129,7 @@ jobs:
129129 -T app/samples \
130130 -p native_sim \
131131 --inline-logs -v \
132- --output-dir twister-out/samples
132+ -O twister-out/samples
133133
134134 - name : Upload Twister results
135135 if : always()
You can’t perform that action at this time.
0 commit comments