From 9d2339861e5d7ff83c2f99c6205490cdf342855d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 17 Jun 2020 13:00:27 +0200 Subject: [PATCH] www-servers/tornado: Fix testing speedups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- www-servers/tornado/tornado-6.0.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-servers/tornado/tornado-6.0.4.ebuild b/www-servers/tornado/tornado-6.0.4.ebuild index e0d9db3ce1671..ee6d9ccf897bc 100644 --- a/www-servers/tornado/tornado-6.0.4.ebuild +++ b/www-servers/tornado/tornado-6.0.4.ebuild @@ -43,6 +43,7 @@ src_prepare() { python_test() { local -x ASYNC_TEST_TIMEOUT=60 + cd "${BUILD_DIR}/lib" || die "${PYTHON}" -m tornado.test.runtests --verbose || die "tests failed under ${EPYTHON}" }