mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix
This commit is contained in:
parent
e51c844e2c
commit
bcc0744adb
@ -243,7 +243,7 @@ function run_tests
|
||||
profile_seconds_left=600
|
||||
|
||||
# Run the tests.
|
||||
total_tests=$(echo "test_files" | wc -l)
|
||||
total_tests=$(echo "test_files" | wc -w)
|
||||
current_test=0
|
||||
test_name="<none>"
|
||||
for test in $test_files
|
||||
|
Loading…
Reference in New Issue
Block a user