diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-09-01 12:15:31 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-09-06 10:29:02 +0000 |
| commit | 99650870fdc1492a6033e28eac225689b2bf1c8e (patch) | |
| tree | e2026ee2476583f69f671eba3e5262f6f950e352 /docs | |
| parent | 8c6013de89e4280c27344f6180db06ae27b7749f (diff) | |
docs: update syzbot.md
Mention that `#syz test` commands without arguments are now also
supported.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/syzbot.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/syzbot.md b/docs/syzbot.md index 80da90e04..354ba1057 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -83,6 +83,14 @@ or alternatively, to test on exact commit reply with: #syz test: git://repo/address.git commit-hash ``` +You can also completely omit these parameters: +``` +#syz test +``` + +In this case, syzbot will check out the latest commit from the branch where the +issue was detected. + If you also provide a patch with the email, `syzbot` will apply it on top of the tree before testing. The patch can be provided inline in email text or as a text attachment (which is more reliable if your email client messes with |
