mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-27 03:08:04 +00:00
Make test-unit runnable without parallel
Signed-off-by: Yohei Ueda <yohei@jp.ibm.com>
This commit is contained in:
+1
-1
@@ -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