diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-08-16 14:25:14 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-08-16 12:38:10 +0000 |
| commit | abeafcd013bf86c3c32c0951c0ef43c4312e2e5d (patch) | |
| tree | 2fc12b7a0298137735eb6e2870035a11eef3a582 /dashboard/app/bisect_test.go | |
| parent | c89b162d2b9f634c575e8875e8275ecacba19394 (diff) | |
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.
Diffstat (limited to 'dashboard/app/bisect_test.go')
| -rw-r--r-- | dashboard/app/bisect_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
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) |
