mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Make test-unit runnable without parallel
Signed-off-by: Yohei Ueda <yohei@jp.ibm.com>
This commit is contained in:
parent
6fcc9141d7
commit
5bd5ef5a0a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue