From 17f3edd211ffe20b769a43cc9731a097475dce38 Mon Sep 17 00:00:00 2001 From: Heyuan Date: Tue, 2 Nov 2021 15:31:45 +0800 Subject: docs: rename syz-testbench to syz-testbed --- docs/syz_testbed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/syz_testbed.md b/docs/syz_testbed.md index 098ddd2e8..9020effff 100644 --- a/docs/syz_testbed.md +++ b/docs/syz_testbed.md @@ -44,7 +44,7 @@ other. The tool automates checking out syzkaller repos, building them, running } ``` -When run with such a configuration file, `syz-testbench` will do the following: +When run with such a configuration file, `syz-testbed` will do the following: 1. Check out the `master` branch of `https://github.com/google/syzkaller.git` into `/tmp/workdir/checkouts/first/`. 2. Generate two independent config files for that syzkaller. They will have -- cgit mrf-deployment