mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
fix shellcheck
This commit is contained in:
parent
b11ed59107
commit
6ee65fa1dc
@ -2,6 +2,7 @@
|
||||
# Tags: long, no-replicated-database, no-ordinary-database
|
||||
|
||||
# shellcheck disable=SC2015
|
||||
# shellcheck disable=SC2119
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# Tags: long, no-parallel, no-ordinary-database
|
||||
# Test is too heavy, avoid parallel run in Flaky Check
|
||||
# shellcheck disable=SC2119
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Tags: long, no-ordinary-database
|
||||
|
||||
# shellcheck disable=SC2015
|
||||
# shellcheck disable=SC2119
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# shellcheck disable=SC2120
|
||||
|
||||
# Don't check for ODR violation, since we may test shared build with ASAN
|
||||
export ASAN_OPTIONS=detect_odr_violation=0
|
||||
|
Loading…
Reference in New Issue
Block a user