File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ LND_EXEC="$WORKDIR"/lnd-itest"$EXEC_SUFFIX"
1818BTCD_EXEC=" $WORKDIR " /btcd-itest" $EXEC_SUFFIX "
1919export GOCOVERDIR=" $WORKDIR /cover"
2020mkdir -p " $GOCOVERDIR "
21- echo $EXEC -test.v " $@ " -logoutput -logdir=.logs-tranche$TRANCHE -lndexec=$LND_EXEC -btcdexec=$BTCD_EXEC -splittranches=$NUM_TRANCHES -runtranche=$TRANCHE
21+ echo $EXEC " $@ " -logoutput -logdir=.logs-tranche$TRANCHE -lndexec=$LND_EXEC -btcdexec=$BTCD_EXEC -splittranches=$NUM_TRANCHES -runtranche=$TRANCHE
2222
2323# Exit code 255 causes the parallel jobs to abort, so if one part fails the
2424# other is aborted too.
2525cd " $WORKDIR " || exit 255
26- $EXEC -test.v " $@ " -logoutput -logdir=.logs-tranche$TRANCHE -lndexec=$LND_EXEC -btcdexec=$BTCD_EXEC -splittranches=$NUM_TRANCHES -runtranche=$TRANCHE || exit 255
26+ $EXEC " $@ " -logoutput -logdir=.logs-tranche$TRANCHE -lndexec=$LND_EXEC -btcdexec=$BTCD_EXEC -splittranches=$NUM_TRANCHES -runtranche=$TRANCHE || exit 255
You can’t perform that action at this time.
0 commit comments