diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-14 22:16:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 13:16:24 +0100 |
commit | b56282756b5faa410301de8c4ecdcae0e0148652 (patch) | |
tree | cf68cfe0e4f148d6eab52ae289ce261bea88f6c3 /docs/unit_testing.md | |
parent | 0ca4a56a0449d17a497ba610d4cee41c914ff50e (diff) | |
download | qmk_firmware-b56282756b5faa410301de8c4ecdcae0e0148652.tar.gz qmk_firmware-b56282756b5faa410301de8c4ecdcae0e0148652.zip |
[Docs] Clean up some code block languages (#14434)
Diffstat (limited to 'docs/unit_testing.md')
-rw-r--r-- | docs/unit_testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/unit_testing.md b/docs/unit_testing.md index a0eef51cb..7310da8d0 100644 --- a/docs/unit_testing.md +++ b/docs/unit_testing.md | |||
@@ -44,7 +44,7 @@ If there are problems with the tests, you can find the executable in the `./buil | |||
44 | 44 | ||
45 | To forward any [debug messages](unit_testing.md#debug-api) to `stderr`, the tests can run with `DEBUG=1`. For example | 45 | To forward any [debug messages](unit_testing.md#debug-api) to `stderr`, the tests can run with `DEBUG=1`. For example |
46 | 46 | ||
47 | ```console | 47 | ``` |
48 | make test:all DEBUG=1 | 48 | make test:all DEBUG=1 |
49 | ``` | 49 | ``` |
50 | 50 | ||