Skip Menu |

This queue is for tickets about the App-VTide CPAN distribution.

Report information
The Basics
Id: 118369
Status: new
Priority: 0/
Queue: App-VTide

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • v0.0.7
  • v0.1.0
Fixed in: (no value)



Subject: Tests fail everywhere (Environment variable name set correctly?)
Currently there are no pass reports on CPAN Testers: http://matrix.cpantesters.org/?dist=App-VTide%20v0.0.7 On my smoker systems it fails with this error message: # Failed test 'Environment variable name set correctly (again)' # at t/vtide-cmd.t line 46. # got: '.' # expected: 'vtide' # Looks like you failed 1 test of 12. t/vtide-cmd.t ...... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/12 subtests
On 2016-10-13 13:35:00, SREZIC wrote: Show quoted text
> Currently there are no pass reports on CPAN Testers: > http://matrix.cpantesters.org/?dist=App-VTide%20v0.0.7 > > On my smoker systems it fails with this error message: > > # Failed test 'Environment variable name set correctly (again)' > # at t/vtide-cmd.t line 46. > # got: '.' > # expected: 'vtide' > # Looks like you failed 1 test of 12. > t/vtide-cmd.t ...... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/12 subtests
It still fails, but the "got" value looks different now (probably the basename of the current build directory): # Failed test 'Environment variable name set correctly (again)' # at t/vtide-cmd.t line 48. # got: 'App-VTide-v0.1.1-1' # expected: 'vtide' # Looks like you failed 1 test of 12. t/vtide-cmd.t ...... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/12 subtests