From cfc23cfd4bf4f273129cddeb48c82bf006c11427 Mon Sep 17 00:00:00 2001 From: Matt Wrock Date: Thu, 19 May 2022 14:31:37 -0700 Subject: [PATCH] another empty change to force rebuild and pickup linux2 tar Signed-off-by: Matt Wrock --- e2e_local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e_local.sh b/e2e_local.sh index 1a9840d1c7..5211441435 100755 --- a/e2e_local.sh +++ b/e2e_local.sh @@ -3,7 +3,7 @@ set -euo pipefail channel=${1:?You must specify a channel value} -# If no `$test_name` is specified, after the test setup you will be dropped into an interactive bash +# If no `$test_name` is specified then after the test setup you will be dropped into an interactive bash # prompt. From there you can run `pwsh .expeditor/scripts/end_to_end/run_e2e_test_core.ps1 $test_name` # to quickly iterate on tests. test_name=${2:-}