This commit is contained in:
Remzi Arpaci-Dusseau
2019-03-31 08:47:54 -05:00
committed by GitHub
parent df119b65f4
commit 04bb0b81fc

View File

@@ -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`