https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31447 --- Comment #32 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Emmi Takkinen from comment #31)
(In reply to Jonathan Druart from comment #30)
Yes, all the subtest actually. Which IDE do you use?
If vi, you can: 1. install perltidy 2. Define a vmap on F8 (or whatever) in your .vimrc vmap <F8> :!perltidy -q<CR> 3. Open a new vi instance, select text in visual mode, press F8
Thanks, this worked fine. I was able to fix tests and perltidy them, should I just at the patch here or should I make a new bug?
It's too late, but keep it in mind for your next patches. For the test a follow-up here should be fine, but it's release today so that should be discussed with Tomas. -- You are receiving this mail because: You are watching all bug changes.