jepsen connects to vagrant vms

This commit is contained in:
Alex Auvolat
2023-04-18 13:59:03 +02:00
parent 17ebb65273
commit ca4cc7e44f
8 changed files with 38 additions and 124 deletions
+2 -1
View File
@@ -14,5 +14,6 @@
"Handles command line arguments. Can either run a test, or a web server for
browsing results."
[& args]
(cli/run! (cli/single-test-cmd {:test-fn garage-test})
(cli/run! (merge (cli/single-test-cmd {:test-fn garage-test})
(cli/serve-cmd))
args))