summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-17 13:00:27 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-17 21:23:57 +0200
commit9d2339861e5d7ff83c2f99c6205490cdf342855d (patch)
treedd24d66ce13d1fd15f0f3ae6f03c64780a6a01f7 /www-servers/tornado
parentmedia-libs/glm: remove dep on virtual/opengl (diff)
downloadgentoo-9d2339861e5d7ff83c2f99c6205490cdf342855d.tar.gz
gentoo-9d2339861e5d7ff83c2f99c6205490cdf342855d.tar.bz2
gentoo-9d2339861e5d7ff83c2f99c6205490cdf342855d.zip
www-servers/tornado: Fix testing speedups
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-servers/tornado')
-rw-r--r--www-servers/tornado/tornado-6.0.4.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/www-servers/tornado/tornado-6.0.4.ebuild b/www-servers/tornado/tornado-6.0.4.ebuild
index e0d9db3ce167..ee6d9ccf897b 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}"
}