Fix the statless tests image for old commits

This commit is contained in:
Mikhail f. Shiryaev 2023-06-13 17:53:19 +02:00
parent 77a001d1b6
commit 0bc624dc02
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -16,7 +16,7 @@ dpkg -i package_folder/clickhouse-client_*.deb
ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
# shellcheck disable=SC1091
source /usr/share/clickhouse-test/ci/attach_gdb.lib
source /usr/share/clickhouse-test/ci/attach_gdb.lib || true # FIXME: to not break old builds, clean on 2023-09-01
# install test configs
/usr/share/clickhouse-test/config/install.sh
@ -88,7 +88,7 @@ fi
sleep 5
attach_gdb_to_clickhouse
attach_gdb_to_clickhouse || true # FIXME: to not break old builds, clean on 2023-09-01
function run_tests()
{