From 1242948e33cd6c4822f2aeb98e9210e322efa503 Mon Sep 17 00:00:00 2001 From: Arkadiusz Bokowy Date: Fri, 28 Jul 2023 11:09:28 +0200 Subject: [PATCH] Do not add rootshell to the word list --- .github/.wordlist.txt | 1 - src/test_driver/tizen/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt index ca93818c06d242..41e37196757c41 100644 --- a/.github/.wordlist.txt +++ b/.github/.wordlist.txt @@ -1160,7 +1160,6 @@ rmw rodata Rollershade rootfs -rootshell RPC RPCs RPi diff --git a/src/test_driver/tizen/README.md b/src/test_driver/tizen/README.md index ed6bb3a829d24a..eb7ef0cb71683f 100644 --- a/src/test_driver/tizen/README.md +++ b/src/test_driver/tizen/README.md @@ -68,7 +68,7 @@ output to a file as follows: ninja -C out/tizen-check check > ninja-tizen-check.log 2>&1 ``` -Then, use the run command and add the "rootshell" keyword to kernel arguments +Then, use the run command and add the `rootshell` keyword to kernel arguments passed to QEMU (the string after the `-append` option). This will run QEMU, but instead of running the test, it will drop you to the shell. From there, you can run the test manually by typing `/mnt/chip/runner.sh`.