aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/bisect_test.go
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-08-16 14:25:14 +0200
committerAleksandr Nogikh <nogikh@google.com>2023-08-16 12:38:10 +0000
commitabeafcd013bf86c3c32c0951c0ef43c4312e2e5d (patch)
tree2fc12b7a0298137735eb6e2870035a11eef3a582 /dashboard/app/bisect_test.go
parentc89b162d2b9f634c575e8875e8275ecacba19394 (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.go6
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)