From 9c8b85414f8ed62ea871aad9a3900a58f5c690ad Mon Sep 17 00:00:00 2001 From: Mickaël Salaün Date: Tue, 9 Feb 2021 10:28:55 +0100 Subject: docs: update test for syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Synchronize with commit 2bd9619f7621 ("pkg/runtest: check arch requirement early"), which removes TestSysTests. Signed-off-by: Mickaël Salaün --- docs/syscall_descriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 ``` -- cgit mrf-deployment