Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
test: fix integration test unbound variable error (#1100) (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored May 26, 2021
1 parent 5580de7 commit 9695f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ for casename in $SELECTED_TEST_NAME; do
TIDB_STATUS_ADDR="$TIDB_STATUS_ADDR" \
TIKV_ADDR="$TIKV_ADDR" \
BR_LOG_TO_TERM=1 \
bash "$script" && echo "TEST: [$TEST_NAME] success!"
bash "$script" && echo "TEST: [$casename] success!"
done

0 comments on commit 9695f60

Please sign in to comment.