summaryrefslogtreecommitdiff
path: root/Documentation/RunningTests.md
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2022-08-12 08:37:23 +0300
committerLinus Groh <mail@linusgroh.de>2022-08-14 01:03:23 +0100
commit6164729d068500e873c982a3e1dc6dd606757f87 (patch)
treeab2a564a39d1b989706f84566deaa481881d45ae /Documentation/RunningTests.md
parenta5cef2c41a75af1a9109dd8405510e5c608b8e1e (diff)
downloadserenity-6164729d068500e873c982a3e1dc6dd606757f87.zip
Everywhere: Get rid of the fbdev kernel boot argument remainders
Diffstat (limited to 'Documentation/RunningTests.md')
-rw-r--r--Documentation/RunningTests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RunningTests.md b/Documentation/RunningTests.md
index 3df54d0b6c..18d3e258bc 100644
--- a/Documentation/RunningTests.md
+++ b/Documentation/RunningTests.md
@@ -116,6 +116,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 system_mode=self-test"
+export SERENITY_KERNEL_CMDLINE="graphics_subsystem_mode=off system_mode=self-test"
ninja run
```