summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RunningTests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RunningTests.md b/Documentation/RunningTests.md
index 07e8ece69e..64d9aed405 100644
--- a/Documentation/RunningTests.md
+++ b/Documentation/RunningTests.md
@@ -115,6 +115,6 @@ the default value `halt` keeps qemu around, which allows you to inspect the stat
```sh
export SERENITY_RUN=ci
-export SERENITY_KERNEL_CMDLINE="fbdev=off boot_mode=self-test"
+export SERENITY_KERNEL_CMDLINE="fbdev=off system_mode=self-test"
ninja run
```