From e5fb3f6a7fb0f32ec036d2eebfc239528b0345af Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Fri, 21 Aug 2020 22:36:15 +0200 Subject: [PATCH] run-tests: document how to pass extra build args --- test/run-tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/run-tests.sh b/test/run-tests.sh index 52d7609..7e42465 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -13,6 +13,9 @@ # Run test and link results to avoid garbage collection # ./run-tests.sh [--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 ] debug #