Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
Signed-off-by: Ping Yu <[email protected]>
  • Loading branch information
pingyu committed Jan 22, 2024
1 parent b9380e5 commit 9be8016
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cdc/tests/integration_tests/_utils/test_prepare
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ function on_exit() {
else
echo "Error $STATUS_CODE occurred on $LINE for sink $SINK_TYPE"

if [ "$SINK_TYPE" == "kafka" ]; then
cat "$WORK_DIR"/cdc_kafka_consumer*.log || true
fi
tail -n +1 "$WORK_DIR"/cdc*.log
fi
}

0 comments on commit 9be8016

Please sign in to comment.