diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-17 13:00:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-17 21:23:57 +0200 |
commit | 9d2339861e5d7ff83c2f99c6205490cdf342855d (patch) | |
tree | dd24d66ce13d1fd15f0f3ae6f03c64780a6a01f7 /www-servers | |
parent | media-libs/glm: remove dep on virtual/opengl (diff) | |
download | gentoo-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')
-rw-r--r-- | www-servers/tornado/tornado-6.0.4.ebuild | 1 |
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}" } |