*.sh: cleanup all white noise

Signed-off-by: Xiang Dai <long0dai@foxmail.com>
This commit is contained in:
Xiang Dai
2020-05-29 09:56:00 +08:00
parent 0891f69f5e
commit e09bc312cb
15 changed files with 20 additions and 20 deletions

View File

@@ -46,7 +46,7 @@ extra_envs=${EXTRA_ENVS:-}
# Parse the flags to pass to ginkgo
ginkgoflags=""
if [[ ${parallelism} -gt 1 ]]; then
if [[ ${parallelism} -gt 1 ]]; then
ginkgoflags="${ginkgoflags} -nodes=${parallelism} "
fi