From d30cf9c86efc30ce2c61b82be1bfb431cc74dd78 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 23 Mar 2023 23:44:54 +0400 Subject: [PATCH] test: fix misprint in e2e scripts This bug breaks `e2e-extensions`. Signed-off-by: Andrey Smirnov --- hack/test/e2e-qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/test/e2e-qemu.sh b/hack/test/e2e-qemu.sh index 2e1ec81c7..531ff4c79 100755 --- a/hack/test/e2e-qemu.sh +++ b/hack/test/e2e-qemu.sh @@ -115,7 +115,7 @@ case "${WITH_CONFIG_PATCH_WORKER:-false}" in CONFIG_PATCH_FLAG=() ;; *) - CONFIG_PATCH_FLAG=(--config-patch-worker "${WITH_CONFIG_PATCH_FILE}") + CONFIG_PATCH_FLAG=(--config-patch-worker "${WITH_CONFIG_PATCH_WORKER}") ;; esac