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

c.format = :cue; "r" (restart) continues next test instead of restarting #131

Open
lsiden opened this issue Feb 4, 2014 · 2 comments
Open

Comments

@lsiden
Copy link

lsiden commented Feb 4, 2014

In the block arg to Turn.config I set "c.format = :cue". When a test fails and the runner pauses, one of the possible inputs is "r" for restart:

[c,i,q,r,t,#,?] ?

    c continue
    r restart
    i irb
    b backtrace
    # backtrace lines
    q quit
    ? help

[c,i,q,r,t,#,?] 

But "r" for restart works just like "continue". Isn't it supposed to restart the failed test?

@trans
Copy link
Contributor

trans commented Feb 4, 2014

Look at cue_reporter.rb#L145-L147

Any ideas on how to implement?

@lsiden
Copy link
Author

lsiden commented Feb 4, 2014

Wish I had time!
On Feb 4, 2014 12:58 PM, "7rans" [email protected] wrote:

Look at cue_reporter.rb#L145-L147https://github.com/turn-project/turn/blob/master/lib/turn/reporters/cue_reporter.rb#L145-L147

Any ideas on how to implement?


Reply to this email directly or view it on GitHubhttps://github.com//issues/131#issuecomment-34087728
.

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