Followup fix

This commit is contained in:
alesapin 2021-03-22 13:49:47 +03:00
parent 043b3cc7b5
commit bf3a4361ca

View File

@ -190,8 +190,8 @@
"Turns CLI options into a sequence of tests." "Turns CLI options into a sequence of tests."
[test-fn cli] [test-fn cli]
(if (boolean (:lightweight-run 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 (defn -main
"Handles command line arguments. Can either run a test, or a web server for "Handles command line arguments. Can either run a test, or a web server for