Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/integration_test/check_precision_approval.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function run_tools_test() {
}


PRECISION_APPROVERS1="XieYunshen From00 risemeup1 tianlef"
PRECISION_APPROVERS1="XieYunshen From00 risemeup1 tianlef zjjlivein"
echo_line="You must be approved by one of ${PRECISION_APPROVERS1} for changing precision.\n"
APPROVER_LIST1=(${PRECISION_APPROVERS1})
check_approval 1 "${APPROVER_LIST1[@]}"
Expand All @@ -57,7 +57,7 @@ echo_line="You must be approved by one of ${PRECISION_APPROVERS2} for changing p
APPROVER_LIST2=(${PRECISION_APPROVERS2})
check_approval 1 "${APPROVER_LIST2[@]}"

PRECISION_APPROVERS3="tianlef swgu98"
PRECISION_APPROVERS3="tianlef swgu98 zjjlivein"
echo_line="You must be approved by one of ${PRECISION_APPROVERS3} for changing precision.\n"
APPROVER_LIST3=(${PRECISION_APPROVERS3})
check_approval 1 "${APPROVER_LIST3[@]}"
Expand Down
Loading