perljedi / atom-perl-prove

Atom package to run perl prove on current project
MIT License
1 stars 2 forks source link

Tests spawned from strange directory outside of project #4

Open shoorick opened 8 years ago

shoorick commented 8 years ago

I tried to run tests from directory with main perl file and caught many errors with strange paths:

Failed test at ./.cpan/build/ExtUtils-MakeMaker-6.56-4_dFVG/t/pod2man.t line 41. # got '0' # expected: undef. # Looks like you failed 1 test of 3.

My application does not stored to git. I can run tests via cli by two other commands:

there tests work fine, but I see strange errors in Atom.

atom-wrong-tests-dir-20160903

Ubuntu 12.04 LTS (Precise Pangolin), Atom 1.0.11 (installed today via WebUpd8 Team PPA), atom-perl-prove 0.6.0, perl 5.14.2.

P. S. I cannot select text in test panel and copy it to clipboard — is it topic of separate issue?