Signed-off-by: Yohei Ueda <yohei@jp.ibm.com>
| ... | ... |
@@ -42,7 +42,7 @@ bundle_test_unit() {
|
| 42 | 42 |
) else |
| 43 | 43 |
# aww, no "parallel" available - fall back to boring |
| 44 | 44 |
for test_dir in $TESTDIRS; do |
| 45 |
- "$(dirname "$BASH_SOURCE")/.go-compile-test-dir" "$test_dir" |
|
| 45 |
+ . "$(dirname "$BASH_SOURCE")/.go-compile-test-dir" "$test_dir" |
|
| 46 | 46 |
done |
| 47 | 47 |
fi |
| 48 | 48 |
echo "$TESTDIRS" | go_run_test_dir |