mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
P -> D (should fix test "01276_system_licenses")
This commit is contained in:
parent
287a7f6e98
commit
ec7ef2686b
@ -6,7 +6,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
|
|||||||
FIND_CMD=gfind
|
FIND_CMD=gfind
|
||||||
else
|
else
|
||||||
FIND_CMD=find
|
FIND_CMD=find
|
||||||
GREP_CMP=grep
|
GREP_CMD=grep
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ROOT_PATH="$(git rev-parse --show-toplevel)"
|
ROOT_PATH="$(git rev-parse --show-toplevel)"
|
||||||
|
Loading…
Reference in New Issue
Block a user