From e8e9d0311a3a9bc502dc478d83ec31e5b5133aa4 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sun, 3 Jan 2021 18:45:08 +0300 Subject: [PATCH] Fix shellcheck --- .../queries/0_stateless/01502_long_log_tinylog_deadlock_race.sh | 2 +- tests/queries/0_stateless/01632_tinylog_read_write.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/queries/0_stateless/01502_long_log_tinylog_deadlock_race.sh b/tests/queries/0_stateless/01502_long_log_tinylog_deadlock_race.sh index 3523139e1fc..856f4c1516f 100755 --- a/tests/queries/0_stateless/01502_long_log_tinylog_deadlock_race.sh +++ b/tests/queries/0_stateless/01502_long_log_tinylog_deadlock_race.sh @@ -4,8 +4,8 @@ set -e CLICKHOUSE_CLIENT_SERVER_LOGS_LEVEL=fatal -# shellcheck source=../shell_config.sh CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) +# shellcheck source=../shell_config.sh . "$CURDIR"/../shell_config.sh diff --git a/tests/queries/0_stateless/01632_tinylog_read_write.sh b/tests/queries/0_stateless/01632_tinylog_read_write.sh index 966ae0f77bc..3f41bcc5924 100755 --- a/tests/queries/0_stateless/01632_tinylog_read_write.sh +++ b/tests/queries/0_stateless/01632_tinylog_read_write.sh @@ -2,8 +2,8 @@ set -e -# shellcheck source=../shell_config.sh CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) +# shellcheck source=../shell_config.sh . "$CURDIR"/../shell_config.sh