File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11authnz-mgt/basic-auth-behind-proxy.sh
22authnz-mgt/basic-auth.sh
33authnz-mgt/basic-auth-with-mgt-prefix.sh
4- authnz-mgt/multi-oauth-with-basic-auth-when-idps-down.sh
54authnz-mgt/multi-oauth-with-basic-auth.sh
65authnz-mgt/multi-oauth-without-basic-auth-and-resource-label-and-scopes.sh
76authnz-mgt/multi-oauth-without-basic-auth.sh
7+ authnz-mgt/multi-oauth-with-basic-auth-when-idps-down.sh
88authnz-mgt/oauth-and-basic-auth.sh
99authnz-mgt/oauth-idp-initiated-with-uaa-and-prefix-via-proxy.sh
1010authnz-mgt/oauth-idp-initiated-with-uaa-and-prefix.sh
Original file line number Diff line number Diff line change 3030 fi
3131 echo -e " === $TEST_STATUS $SUITE ==========================================="
3232 echo " "
33- done <<< " $(cat $SCRIPT/$SUITE_FILE | sort )"
33+ done <<< " $(cat $SCRIPT/$SUITE_FILE)"
3434
3535echo -e " === Summary (${TOTAL_SUITES} /${GREEN}${# SUCCESSFUL_SUITES[@]} /${RED}${# FAILED_SUITES[@]}${NC} ) ============================================"
3636if [ ${# SUCCESSFUL_SUITES[@]} -gt 0 ]; then echo -e " > ${GREEN} Successful suites ${NC} " ; fi
You can’t perform that action at this time.
0 commit comments