diff options
Diffstat (limited to 'dev-lang/micropython/micropython-1.25.0.ebuild')
| -rw-r--r-- | dev-lang/micropython/micropython-1.25.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lang/micropython/micropython-1.25.0.ebuild b/dev-lang/micropython/micropython-1.25.0.ebuild index 7b92e01519aa..5438dc2126f3 100644 --- a/dev-lang/micropython/micropython-1.25.0.ebuild +++ b/dev-lang/micropython/micropython-1.25.0.ebuild @@ -74,6 +74,8 @@ src_compile() { } src_test() { + # TODO: Switch this to using run-tests.py so we get better output + # on failures and can skip tests using regex? emake V=1 -C ports/unix \ PYTHON="${EPYTHON}" \ MICROPY_CPYTHON3="${EPYTHON}" \ |
