Skip to content

Commit

Permalink
sel4bench: use monospace font for build command
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan-Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic authored and lsf37 committed May 3, 2023
1 parent 676f203 commit d76d179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sel4bench/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def gen_web(runs: List[Run], yml, file_name: str):
f.write(f" <td>{board['soc']}/{board_name}</td>\n")
f.write(f" <td class=\"data-table-right\">{board['clock']}</td>\n")
f.write(f" <td>{board['compiler']}</td>\n")
f.write(f' <td>{build_command}</td>\n')
f.write(f' <td class=\"monospace\">{build_command}</td>\n')
f.write(f' </tr>')

f.write(f'</table>\n\n')
Expand Down

0 comments on commit d76d179

Please sign in to comment.