Is it possible to pass command-line arguments to tests using leiningen? Looking for ways to control the way that tests are run using lein test by passing in switches (e.g. which environment it runs against, which tests run, etc). One workaround that occurs to me is to use lein run where run calls run-tests directly, but that seems hacktacular.
More generally, how would you set parameters for run-tests using command-line args or function args? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en