Trepan-Debuggers / zshdb

gdb-like "trepan" debugger for zsh
GNU General Public License v3.0
293 stars 23 forks source link

Tests fail #20

Closed psprint closed 4 years ago

psprint commented 5 years ago

I've noticed that some of the tests are failing. I attach the relevant log. test-suite.log

rocky commented 5 years ago

What's going on is that your "tty" command is reporting that the tty is not a tty presumably in Polish.

Probably what should happen is that the Locale setting should be set to English before the tests are run. You are in a much better position to test this out. So perhaps you can make the change and try it.

Alternatively the tty test could be made multi-lingual. Again this is something I'd appreciate it if someone else handled.

psprint commented 4 years ago

I do confirm that running LANG=C make test does yield all the tests passing.