mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Followup fix
This commit is contained in:
parent
043b3cc7b5
commit
bf3a4361ca
@ -190,8 +190,8 @@
|
||||
"Turns CLI options into a sequence of tests."
|
||||
[test-fn cli]
|
||||
(if (boolean (:lightweight-run cli))
|
||||
(map test-fn (all-test-options cli (cart [all-workloads all-nemesises])))
|
||||
(map test-fn (all-test-options cli (cart [lightweight-workloads useful-nemesises])))))
|
||||
(map test-fn (all-test-options cli (cart [lightweight-workloads useful-nemesises])))
|
||||
(map test-fn (all-test-options cli (cart [all-workloads all-nemesises])))))
|
||||
|
||||
(defn -main
|
||||
"Handles command line arguments. Can either run a test, or a web server for
|
||||
|
Loading…
Reference in New Issue
Block a user