From d10d441721bf2f2ce16a1e2420012d039acaf00b Mon Sep 17 00:00:00 2001 From: CharlesCheung <61726649+CharlesCheung96@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:26:33 +0800 Subject: [PATCH] Update run.sh --- tests/integration_tests/ddl_with_exists/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests/ddl_with_exists/run.sh b/tests/integration_tests/ddl_with_exists/run.sh index b7810ac2e8f..8115ce4ed1a 100755 --- a/tests/integration_tests/ddl_with_exists/run.sh +++ b/tests/integration_tests/ddl_with_exists/run.sh @@ -52,6 +52,6 @@ function run() { } trap stop_tidb_cluster EXIT -# run $* +run $* check_logs $WORK_DIR echo "[$(date)] <<<<<< run test case $TEST_NAME success! >>>>>>"