зеркало из https://github.com/microsoft/docker.git
Make test-unit runnable without parallel
Signed-off-by: Yohei Ueda <yohei@jp.ibm.com>
This commit is contained in:
Родитель
6fcc9141d7
Коммит
5bd5ef5a0a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче