test/README: fix typos
This commit is contained in:
parent
c1a7ab7b2f
commit
d61dc8b8d9
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
It leave no traces (outside of `/nix/store`) on the host system.
|
||||||
|
|
||||||
`run-tests.sh` requires Nix >= 2.10.
|
`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
|
#### Debugging
|
||||||
```bash
|
```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
|
./run-tests.sh -s bitcoind vm
|
||||||
systemctl status bitcoind
|
systemctl status bitcoind
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue