Test-More / Test2-Harness

Alternative to Test::Harness
Other
23 stars 26 forks source link

yath run -B and -L fail with mysterious internal error message #169

Closed mjdominus closed 4 years ago

mjdominus commented 4 years ago

In the ZR environment, I first run mrsa yath-shell. This starts a container running a shell. At the shell prompt I enter yath run -L or yath run -B. The response is:

    The 'workspace' prefix is not defined at /usr/local/share/perl/5.26.1/App/Yath/Options/Logging.pm line 70.
    BEGIN failed--compilation aborted at /usr/local/bin/yath line 221.

yath test -L and yath test -B seem to work properly.

This is at ZR commit 7f7dc7f3073a2da812df3ee4e17dc6d529e88865 .

mjdominus commented 4 years ago

Thanks!