From abeafcd013bf86c3c32c0951c0ef43c4312e2e5d Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 16 Aug 2023 14:25:14 +0200 Subject: dashboard: emphasise that #syz set overwrites subsystems Update the bug cheatsheet to emphasise that "#syz set subsystems" does not add new subsystems, but rather overwrites the whole list. --- dashboard/app/bisect_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dashboard/app/bisect_test.go') diff --git a/dashboard/app/bisect_test.go b/dashboard/app/bisect_test.go index eef9d2b26..c79bb425e 100644 --- a/dashboard/app/bisect_test.go +++ b/dashboard/app/bisect_test.go @@ -244,7 +244,7 @@ If you want syzbot to run the reproducer, reply with: #syz test: git://repo/address.git branch-or-commit-hash If you attach or paste a git patch, syzbot will apply it before testing. -If you want to change bug's subsystems, reply with: +If you want to overwrite bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) @@ -563,7 +563,7 @@ If you want syzbot to run the reproducer, reply with: #syz test: git://repo/address.git branch-or-commit-hash If you attach or paste a git patch, syzbot will apply it before testing. -If you want to change bug's subsystems, reply with: +If you want to overwrite bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) @@ -847,7 +847,7 @@ If you want syzbot to run the reproducer, reply with: #syz test: git://repo/address.git branch-or-commit-hash If you attach or paste a git patch, syzbot will apply it before testing. -If you want to change bug's subsystems, reply with: +If you want to overwrite bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) -- cgit mrf-deployment