diff options
| author | Mickaël Salaün <mic@linux.microsoft.com> | 2021-02-09 10:28:55 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-02-10 09:14:27 +0100 |
| commit | 9c8b85414f8ed62ea871aad9a3900a58f5c690ad (patch) | |
| tree | 36140e1043ef65fa6471a237b7fbdee7bab09700 /docs/syscall_descriptions.md | |
| parent | 2bd9619f762176527aaf28fb26e4a08b614b55df (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.md | 2 |
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 ``` |
