Skip to content

Commit

Permalink
Fix ut script to search config file based on sai.profile
Browse files Browse the repository at this point in the history
  • Loading branch information
geans-pin committed Nov 12, 2024
1 parent e6a2ee9 commit 5211222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd/scripts/brcm_common_config_ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if [ ! -z "$PLT_CONFIG_YML" ] && [ -f $PLATFORM_DIR/common_config_support ]; the
check_override=true
elif [ "$line" == "[Low Inheritance Precedence]" ];then
echo "Checking Low Inheritance property..."
check_override=true
check_override=false
else
if $check_override ;then
if grep -q "$line" $CONFIG_YML ;then
Expand Down

0 comments on commit 5211222

Please sign in to comment.