Perl-Toolchain-Gang / Test-Harness

Run Perl standard test scripts with statistics
http://testanything.org/
29 stars 65 forks source link

test xt/author/stdin.t fails in github workflows #125

Open happy-barney opened 10 months ago

happy-barney commented 10 months ago

test simply checks whether STDIN is a tty.

Such test doesn't check anything and should be removed.

Leont commented 10 months ago

Possibly so, but why would you run author tests in github workflows?

happy-barney commented 10 months ago

current workflow has AUTHOR_TESTING env variable set to 1 (luckily it is not used as far as it is not propagated into container)

on other hand, pod tests shuld be imho executed