test/README: fix typos

This commit is contained in:
Erik Arvstedt 2024-01-15 23:04:28 +01:00
parent c1a7ab7b2f
commit d61dc8b8d9
No known key found for this signature in database
GPG key ID: 33312B944DD97846

View file

@ -1,4 +1,4 @@
The [`run-tests.sh`](./run-tests.sh) command is most convenient and versatile way to run tests.\
The [`run-tests.sh`](./run-tests.sh) command is the most convenient and versatile way to run tests.\
It leave no traces (outside of `/nix/store`) on the host system.
`run-tests.sh` requires Nix >= 2.10.
@ -30,7 +30,7 @@ Test scenarios are defined in [tests.nix](./tests.nix) and [tests.py](tests.py).
```
#### Debugging
```bash
# Start a shell is inside a test VM. No tests are executed.
# Start a shell inside a test VM. No tests are executed.
./run-tests.sh -s bitcoind vm
systemctl status bitcoind