From b220be5501e5a76f0ca17162226c519724ef97cf Mon Sep 17 00:00:00 2001 From: Sean Holung Date: Fri, 8 Nov 2024 15:56:00 -0800 Subject: [PATCH] testing --- scripts/programs/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/programs/test.sh b/scripts/programs/test.sh index 7034313fdbd6c..d5138aadda42e 100755 --- a/scripts/programs/test.sh +++ b/scripts/programs/test.sh @@ -30,7 +30,7 @@ pushd "$programs_dir" for dir in */; do project="$(basename $dir)" - ONLY_TEST_FROM="azure-" + ONLY_TEST="azure-" # Optionally test only selected examples by setting an ONLY_TEST="" # environment variable (e.g., ONLY_TEST="awsx-ecr-repository").