performance comparison

This commit is contained in:
Alexander Kuzmenkov 2020-03-12 17:23:53 +03:00
parent 22a89d5d8e
commit 553e5a8867

View File

@ -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