From da003ad4ff258224aa9901af7dd0a89e5b45570d Mon Sep 17 00:00:00 2001 From: Abit Date: Wed, 23 Sep 2020 21:24:12 +0200 Subject: [PATCH] Fix script for cli_test in bitshares-core --- tests/run-parallel-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-parallel-tests.sh b/tests/run-parallel-tests.sh index 61bf5be32..b8e01aa09 100755 --- a/tests/run-parallel-tests.sh +++ b/tests/run-parallel-tests.sh @@ -23,7 +23,7 @@ else | while read t; do case "$t" in /*) echo "$pre$t"; ;; - *) pre="$t"; ;; + *) echo "$t"; ;; esac done \ | parallel echo Running {}\; "$@" -t {}