Skip to content

Commit 6153b3d

Browse files
committed
step
1 parent 63bac9b commit 6153b3d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

extra/ci_collect_logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def process_build_reports():
228228

229229
# Print the test matrix
230230

231-
header_row = f"<tr><th colspan='2'><code>{artifact} tests</code></th>"
231+
header_row = f"<tr><th colspan='2'><code>{artifact}</code> tests</th>"
232232
for board in artifact_boards:
233233
status = BOARD_SUMMARY[board]['status']
234234
header_col = f"<code>{board}</code>"

variants/ek_ra8d1_r7fa8d1bhecbd/skip_these_examples.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
# by continuous integration tests), but are not applicable for this variant,
33
# for example because it uses hardware features not present on the CPU or board.
44

5-
libraries/Ethernet # FIXME
6-
libraries/WiFi
5+
libraries/

variants/frdm_mcxn947_mcxn947_cpu0/skip_these_examples.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
# by continuous integration tests), but are not applicable for this variant,
33
# for example because it uses hardware features not present on the CPU or board.
44

5-
libraries/Ethernet # FIXME
6-
libraries/WiFi
5+
libraries/

0 commit comments

Comments
 (0)