Make test-unit runnable without parallel
Signed-off-by: Yohei Ueda <yohei@jp.ibm.com> Upstream-commit: 5bd5ef5a0accf24d4fd8f810e167a7717c9aa7ae Component: engine
This commit is contained in:
@@ -42,7 +42,7 @@ bundle_test_unit() {
|
||||
) else
|
||||
# aww, no "parallel" available - fall back to boring
|
||||
for test_dir in $TESTDIRS; do
|
||||
"$(dirname "$BASH_SOURCE")/.go-compile-test-dir" "$test_dir"
|
||||
. "$(dirname "$BASH_SOURCE")/.go-compile-test-dir" "$test_dir"
|
||||
done
|
||||
fi
|
||||
echo "$TESTDIRS" | go_run_test_dir
|
||||
|
||||
Reference in New Issue
Block a user