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

Commit

Permalink
fix Build & Lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
okJiang committed Jul 23, 2021
1 parent 4e4fb47 commit 38b9571
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/online_ddl/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ cur=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
source $cur/../_utils/test_prepare
WORK_DIR=$TEST_DIR/$TEST_NAME


function run() {
run_sql_file $cur/data/gho.db1.prepare.sql $MYSQL_HOST1 $MYSQL_PORT1 $MYSQL_PASSWORD1
check_contains 'Query OK, 2 rows affected'
Expand Down Expand Up @@ -142,5 +141,4 @@ cleanup_process $*
run
cleanup_process $*

echo "[$(date)] <<<<<< test case $TEST_NAME success! >>>>>>"

echo "[$(date)] <<<<<< test case $TEST_NAME success! >>>>>>"

0 comments on commit 38b9571

Please sign in to comment.