diff options
author | Linus Groh <mail@linusgroh.de> | 2021-04-18 10:30:03 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-18 10:30:03 +0200 |
commit | 2b0c361d04b519b20bfb70a34c07de579a93fafd (patch) | |
tree | f2a4d12d02801fe5bd0abf1ac2c068b540d75a45 /Documentation | |
parent | cebd3f740b6fd2fd0da30ed92310a968cf6df44a (diff) | |
download | serenity-2b0c361d04b519b20bfb70a34c07de579a93fafd.zip |
Everywhere: Fix a bunch of typos
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RunningTests.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RunningTests.md b/Documentation/RunningTests.md index 391b262337..24b28c3ba3 100644 --- a/Documentation/RunningTests.md +++ b/Documentation/RunningTests.md @@ -7,7 +7,7 @@ tests run on the Serenity machine, either emulated or bare metal. ### Running Host Tests There are two ways to build host tests: from a full build, or from a Lagom-only build. The only difference is the CMake -command used to initailize the build directory. +command used to initialize the build directory. For a full build, pass `-DBUILD_LAGOM=ON` to the CMake command. @@ -73,7 +73,7 @@ BootModes=self-test ``` `/dev/ttyS0` is used as stdio because that serial port is connected when qemu is run with `-display none` and -`-nographic`, and output to it will show up in the stdout of the qemu window. Seperately, the CI run script redirects +`-nographic`, and output to it will show up in the stdout of the qemu window. Separately, the CI run script redirects the serial debug output to `./debug.log` so that both stdout of the tests and the dbgln from the kernel/tests can be captured. |