rejeep / ert-runner.el

Opinionated Ert testing workflow
85 stars 19 forks source link

Tests failing #18

Closed camdez closed 9 years ago

camdez commented 9 years ago

Both locally and on Travis CI:

17 scenarios (9 failed, 8 passed)
70 steps (9 failed, 4 skipped, 57 passed)
make[1]: *** [ecukes] Error 1
make: *** [test] Error 2

See failed build on Travis for details.

rejeep commented 9 years ago

Isn't it just lovely when things break for you, even though you don't touch anything!? I updated the Travis config so that it should work. Still fails locally though, no idea why. Investigating...

camdez commented 9 years ago

Right?? I was completely baffled when I looked at the commit where the problem started.

rejeep commented 9 years ago

I still am. Don't understand the errors at all...

rejeep commented 9 years ago

I think I've located the issue in all versions except for 24.5, which seems to have a different error. The issue is the ert reporter that is broken in most recent versions, so I changed to the dot reporter. I will try to fix the broken ert reporter.

rejeep commented 9 years ago

Joy, all is well now!