mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 12:48:51 +00:00
test/integration/client: add TestExecPluginRotationViaInformer
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
@@ -18,4 +18,9 @@ set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
if [[ -n "${EXEC_PLUGIN_OUTPUT_FILE-""}" ]]; then
|
||||
cat "$EXEC_PLUGIN_OUTPUT_FILE"
|
||||
exit
|
||||
fi
|
||||
|
||||
echo "$EXEC_PLUGIN_OUTPUT"
|
||||
|
Reference in New Issue
Block a user