run-tests: document how to pass extra build args

This commit is contained in:
Erik Arvstedt 2020-08-21 22:36:15 +02:00
parent df790f6766
commit e5fb3f6a7f
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@
# Run test and link results to avoid garbage collection
# ./run-tests.sh [--scenario <scenario>] --out-link-prefix /tmp/nix-bitcoin-test build
#
# Pass extra args to nix-build
# ./run-tests.sh build --builders 'ssh://mybuildhost - - 15'
#
# Run interactive test debugging
# ./run-tests.sh [--scenario <scenario>] debug
#