File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
authnz-mgt/basic-auth-behind-proxy.sh
2
2
authnz-mgt/basic-auth.sh
3
3
authnz-mgt/basic-auth-with-mgt-prefix.sh
4
- authnz-mgt/multi-oauth-with-basic-auth-when-idps-down.sh
5
4
authnz-mgt/multi-oauth-with-basic-auth.sh
6
5
authnz-mgt/multi-oauth-without-basic-auth-and-resource-label-and-scopes.sh
7
6
authnz-mgt/multi-oauth-without-basic-auth.sh
7
+ authnz-mgt/multi-oauth-with-basic-auth-when-idps-down.sh
8
8
authnz-mgt/oauth-and-basic-auth.sh
9
9
authnz-mgt/oauth-idp-initiated-with-uaa-and-prefix-via-proxy.sh
10
10
authnz-mgt/oauth-idp-initiated-with-uaa-and-prefix.sh
Original file line number Diff line number Diff line change 30
30
fi
31
31
echo -e " === $TEST_STATUS $SUITE ==========================================="
32
32
echo " "
33
- done <<< " $(cat $SCRIPT/$SUITE_FILE | sort )"
33
+ done <<< " $(cat $SCRIPT/$SUITE_FILE)"
34
34
35
35
echo -e " === Summary (${TOTAL_SUITES} /${GREEN}${# SUCCESSFUL_SUITES[@]} /${RED}${# FAILED_SUITES[@]}${NC} ) ============================================"
36
36
if [ ${# SUCCESSFUL_SUITES[@]} -gt 0 ]; then echo -e " > ${GREEN} Successful suites ${NC} " ; fi
You can’t perform that action at this time.
0 commit comments