bitcoind, clightning, run-tests: minor refactoring

bitcoind: use builtins.toFile
clightning: use boolToString
run-tests: remove leftover var
This commit is contained in:
Erik Arvstedt
2021-02-07 22:39:05 +01:00
parent 41fe9b0c1d
commit 7533f12ef1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ doBuild() {
# Run the test by building the test derivation
buildTest() {
vmTestNixExpr | doBuild $scenario $outLinkArg "$@" -
vmTestNixExpr | doBuild $scenario "$@" -
}
vmTestNixExpr() {