From 04bb0b81fce39d864acaff84a0ccc7bae5c79a24 Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Sun, 31 Mar 2019 08:47:54 -0500 Subject: [PATCH] nit --- tester/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/README.md b/tester/README.md index ae5ffd7..069bced 100644 --- a/tester/README.md +++ b/tester/README.md @@ -36,7 +36,7 @@ The options for `run-tests.sh` include: * `-d` (run tests not from `tests/` directory but from this directory instead) * `-s` (suppress running the one-time set of commands in `pre` file) -There is also another script used in testing of `xv6' projects, called +There is also another script used in testing of `xv6` projects, called `run-xv6-command`. This is an `expect` script which launches the qemu emulator and runs the relevant testing command in the xv6 environment before automatically terminating the test. It is used by the `run-tests.sh`