aboutsummaryrefslogtreecommitdiffstats
path: root/docs/syscall_descriptions.md
diff options
context:
space:
mode:
authorMickaël Salaün <mic@linux.microsoft.com>2021-02-09 10:28:55 +0100
committerDmitry Vyukov <dvyukov@google.com>2021-02-10 09:14:27 +0100
commit9c8b85414f8ed62ea871aad9a3900a58f5c690ad (patch)
tree36140e1043ef65fa6471a237b7fbdee7bab09700 /docs/syscall_descriptions.md
parent2bd9619f762176527aaf28fb26e4a08b614b55df (diff)
docs: update test for syntax
Synchronize with commit 2bd9619f7621 ("pkg/runtest: check arch requirement early"), which removes TestSysTests. Signed-off-by: Mickaël Salaün <mic@linux.microsoft.com>
Diffstat (limited to 'docs/syscall_descriptions.md')
-rw-r--r--docs/syscall_descriptions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md
index 4f4980d02..67e70a45a 100644
--- a/docs/syscall_descriptions.md
+++ b/docs/syscall_descriptions.md
@@ -300,5 +300,5 @@ if you add some temporal `debug` calls to the pseudo-syscall, `syz-execprog -deb
The test syntax can be checked by running:
```
-go test -run=TestSysTests ./pkg/csource
+go test -run=TestParsing ./pkg/runtest
```