Skip to content

Commit f24f73f

Browse files
authored
Merge pull request kubernetes#131066 from pohly/test-e2e-ginkgo-wait-fix
hack/ginkgo-e2e.sh: fix misplaced brackets
2 parents d41e8bb + 3067bbf commit f24f73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ginkgo-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ EOF
233233
kill -TERM "-${GINKGO_CLI_PID}" || true
234234

235235
echo "Waiting for Ginkgo with pid ${GINKGO_CLI_PID}..."
236-
wait "{$GINKGO_CLI_PID}"
236+
wait "${GINKGO_CLI_PID}"
237237
echo "Ginkgo terminated."
238238
fi
239239
}

0 commit comments

Comments
 (0)