Skip to content

Commit

Permalink
Do not add rootshell to the word list
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Aug 11, 2023
1 parent 431eb03 commit 1242948
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,6 @@ rmw
rodata
Rollershade
rootfs
rootshell
RPC
RPCs
RPi
Expand Down
2 changes: 1 addition & 1 deletion src/test_driver/tizen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 1242948

Please sign in to comment.