mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
performance comparison
This commit is contained in:
parent
22a89d5d8e
commit
553e5a8867
@ -188,7 +188,7 @@ function run_tests
|
||||
# and not always correct (e.g. when the reference SHA is really old and
|
||||
# has some other differences to the tested SHA, besides the one introduced
|
||||
# by the PR).
|
||||
test_files_override=$(sed "s/dbms\/tests/$test_prefix/" changed-tests.txt)
|
||||
test_files_override=$(sed "s/dbms\/tests/${test_prefix//\//\\/}/" changed-tests.txt)
|
||||
if [ "$test_files_override" != "" ]
|
||||
then
|
||||
test_files=$test_files_override
|
||||
|
Loading…
Reference in New Issue
Block a user