From 99650870fdc1492a6033e28eac225689b2bf1c8e Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 1 Sep 2023 12:15:31 +0200 Subject: docs: update syzbot.md Mention that `#syz test` commands without arguments are now also supported. --- docs/syzbot.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/syzbot.md') 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 -- cgit mrf-deployment