dev-python/coverage: Cleanup up extra module from tests in 4.5.4

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2019-11-16 00:20:39 -08:00
parent 8b121a5874
commit 134933dbda

View File

@@ -65,4 +65,7 @@ python_test() {
cp -l -- "${TEST_DIR}"/lib/*/coverage/*.so coverage/ || die
PATH="${bindir}:${PATH}" "${EPYTHON}" igor.py test_with_tracer c || die
fi
# clean up leftover "egg1" directory
rm -rf build/lib/egg1 || die
}