Skip to content

Commit

Permalink
docs: update test for syntax
Browse files Browse the repository at this point in the history
Synchronize with commit 2bd9619 ("pkg/runtest: check arch
requirement early"), which removes TestSysTests.

Signed-off-by: Mickaël Salaün <[email protected]>
  • Loading branch information
l0kod authored and dvyukov committed Feb 10, 2021
1 parent 2bd9619 commit 9c8b854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/syscall_descriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 9c8b854

Please sign in to comment.