From a1ef4e7d07206cfd7e4e2acb1679651b76de8acf Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Mon, 30 Oct 2023 03:26:18 +0100 Subject: [PATCH] Remove old trash from unit tests --- docker/test/unit/run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/test/unit/run.sh b/docker/test/unit/run.sh index e87432214d8..7323c384d9c 100644 --- a/docker/test/unit/run.sh +++ b/docker/test/unit/run.sh @@ -2,5 +2,4 @@ set -x -service zookeeper start && sleep 7 && /usr/share/zookeeper/bin/zkCli.sh -server localhost:2181 -create create /clickhouse_test ''; timeout 40m gdb -q -ex 'set print inferior-events off' -ex 'set confirm off' -ex 'set print thread-events off' -ex run -ex bt -ex quit --args ./unit_tests_dbms --gtest_output='json:test_output/test_result.json' | tee test_output/test_result.txt