Skip to content

Commit

Permalink
fix review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aganesh-suse committed Apr 4, 2024
1 parent 25160aa commit cb8d93b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/test_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ function validate_test_image() {

function validate_dir(){
case "$TEST_DIR" in
upgradecluster|versionbump|mixedoscluster|dualstack|validatecluster|createcluster|selinux|certrotate|secretsencrypt|restartservice)
upgradecluster|versionbump|mixedoscluster|dualstack|validatecluster|\
createcluster|selinux|certrotate|secretsencrypt|restartservice)
if [[ "$TEST_DIR" == "upgradecluster" ]];
then
case "$TEST_TAG" in
Expand Down

0 comments on commit cb8d93b

Please sign in to comment.