mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix sed argument in test/fuzzer/run-fuzzer.sh
This commit is contained in:
parent
e3b2586a02
commit
bc785bff25
@ -76,7 +76,7 @@ function filter_exists_and_template
|
||||
local path
|
||||
for path in "$@"; do
|
||||
if [ -e "$path" ]; then
|
||||
echo "$path" | sed -n 's/\.sql\.j2$/.gen.sql/'
|
||||
echo "$path" | sed 's/\.sql\.j2$/.gen.sql/'
|
||||
else
|
||||
echo "'$path' does not exists" >&2
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user