Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xt/smoke/*.t should run if AUTOMATED_TESTING is set #19

Open
karenetheridge opened this issue Sep 20, 2015 · 2 comments
Open

xt/smoke/*.t should run if AUTOMATED_TESTING is set #19

karenetheridge opened this issue Sep 20, 2015 · 2 comments

Comments

@karenetheridge
Copy link
Member

./Build test should also run xt/smoke/*.t tests if AUTOMATED_TESTING is set.

-   $tester->runtests(sort +find(qr/\.t$/, 't'))->has_errors and exit 1;
+   $tester->runtests(sort +find(qr/\.t$/, 't'), ( $ENV{AUTOMATED_TESTING} ? find(qr/\.t$/, 't') : () ))->has_errors and exit 1;
@Leont
Copy link
Member

Leont commented Sep 20, 2015

I think I've suggested such a thing before (forgot where exactly), but in a more generalized way (also for xt/{author,release,...}. I suspect it may be better if the various install tools and Dist::Zilla are in agreement on how this works, though on the other hand given MBT doesn't have configuration we ought to do something.

@Leont
Copy link
Member

Leont commented Mar 18, 2018

This is something we perhaps should duscuss at the toolchain summit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants