From d61dc8b8d931e299b6f4ab3fb85cabba1f267a72 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Mon, 15 Jan 2024 23:04:28 +0100 Subject: [PATCH] test/README: fix typos --- test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/README.md b/test/README.md index 4cc4125..d1125ad 100644 --- a/test/README.md +++ b/test/README.md @@ -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