README: add run-tests.sh to examples

This commit is contained in:
Erik Arvstedt 2020-09-27 12:43:32 +02:00
parent 5a565dff66
commit c9251e72a1
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 27 additions and 2 deletions

View file

@ -13,6 +13,9 @@
# When <scenario> is undefined, the test is run with an adhoc scenario
# where services.<scenario> is enabled.
#
# Example:
# ./run-tests.sh -s electrs
#
# Run test and link results to avoid garbage collection
# ./run-tests.sh [--scenario <scenario>] --out-link-prefix /tmp/nix-bitcoin-test build
#