summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-03-03 21:58:01 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-03-03 21:58:01 +0200
commit81ec25ffbae6614e40ece385fdcbc09af9143c51 (patch)
tree8854a68d7f51480e5ff0c4ac0549f32910788bfc /net-misc/httpstat/files/httpstat-1.2.1-gentoo-tests.patch
parentdev-python/sphinx-py3doc-enhanced-theme: enable py3.12 (diff)
downloadgentoo-81ec25ffbae6614e40ece385fdcbc09af9143c51.tar.gz
gentoo-81ec25ffbae6614e40ece385fdcbc09af9143c51.tar.bz2
gentoo-81ec25ffbae6614e40ece385fdcbc09af9143c51.zip
net-misc/httpstat: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/httpstat/files/httpstat-1.2.1-gentoo-tests.patch')
-rw-r--r--net-misc/httpstat/files/httpstat-1.2.1-gentoo-tests.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/httpstat/files/httpstat-1.2.1-gentoo-tests.patch b/net-misc/httpstat/files/httpstat-1.2.1-gentoo-tests.patch
index 0fcb6523e6e1..37985a3241a0 100644
--- a/net-misc/httpstat/files/httpstat-1.2.1-gentoo-tests.patch
+++ b/net-misc/httpstat/files/httpstat-1.2.1-gentoo-tests.patch
@@ -8,24 +8,24 @@
@@ -19,8 +19,7 @@ function title() {
http_url="google.com"
https_url="https://http2.akamai.com"
-
+
-for pybin in python python3; do
-#for pybin in python; do
-+for pybin in python; do
++for pybin in ${EPYTHON}; do
echo
echo "# Test in $pybin"
-
+
@@ -40,9 +39,9 @@ for pybin in python python3; do
main_silent $https_url
assert_exit 0
-
+
- title "comma decimal language (ru_RU)"
- LC_ALL=ru_RU main_silent $http_url
- assert_exit 0
+ #title "comma decimal language (ru_RU)"
+ #LC_ALL=ru_RU main_silent $http_url
+ #assert_exit 0
-
+
title "HTTPSTAT_DEBUG"
HTTPSTAT_DEBUG=true main $http_url | grep -q 'HTTPSTAT_DEBUG=true'
-
+