Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autotest runs tests twice when specifying reporter #149

Open
eyelidlessness opened this issue Dec 22, 2015 · 1 comment
Open

Autotest runs tests twice when specifying reporter #149

eyelidlessness opened this issue Dec 22, 2015 · 1 comment

Comments

@eyelidlessness
Copy link
Contributor

Repro

lein spec --autotest --reporter=progress

Expected result

Tests will run once at start, and once when watcher fires, outputting results with the specified reporter.

Observed result

Tests run twice at start, and twice when watcher fires, outputting with the specified reporter as well as the default.

Workaround

I did find a workaround:

lein spec --runner=vigilant --reporter=progress

This allowed me to move forward, but I had to figure it out by trial and error after a close reading of lein spec -h.

@russellwhitaker
Copy link

I've seen the same problem myself, from the command line. Interestingly, this problem doesn't occur under Eclipse (Mars.1 Release (4.5.1) / Counterclockwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants