projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a25241b
)
dev-perl/Dist-Zilla: Fix test failures w/ TZ=Factory
author
Kent Fredric
<kentnl@gentoo.org>
Fri, 6 Oct 2017 11:39:04 +0000
(
00:39
+1300)
committer
Kent Fredric
<kentnl@gentoo.org>
Fri, 6 Oct 2017 11:39:18 +0000
(
00:39
+1300)
Gentoo stock images have localtime as Factory which breaks various
test modules superflously in tests.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild
patch
|
blob
|
history
diff --git
a/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild
b/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild
index 606e84c34a7ae09f23be0d9897b015a04f274307..fb90b56adf7ce4cb100b0dbde040bba63815b0ba 100644
(file)
--- a/
dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild
+++ b/
dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild
@@
-152,3
+152,6
@@
DEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.960.0
)
"
+src_test() {
+ TZ=UTC perl-module_src_test
+}