From b6ec406598a7671026f9094efe9a03ab81f4951b Mon Sep 17 00:00:00 2001 From: Ping Yu Date: Tue, 23 Jan 2024 11:46:07 +0800 Subject: [PATCH] trigger CI Signed-off-by: Ping Yu --- cdc/tests/integration_tests/_utils/test_prepare | 1 - 1 file changed, 1 deletion(-) diff --git a/cdc/tests/integration_tests/_utils/test_prepare b/cdc/tests/integration_tests/_utils/test_prepare index 5358071e..a8b9a76c 100644 --- a/cdc/tests/integration_tests/_utils/test_prepare +++ b/cdc/tests/integration_tests/_utils/test_prepare @@ -80,7 +80,6 @@ function on_exit() { return 0 else echo "Error $STATUS_CODE occurred on $LINE for sink $SINK_TYPE" - tail -n +1 "$WORK_DIR"/cdc*.log fi }