diff options
| author | Jim Mussared <jim.mussared@gmail.com> | 2022-10-07 02:13:58 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-10-11 18:10:30 +1100 |
| commit | 8e912a501a926f59f330f8a71c2ac1bd4af88a9e (patch) | |
| tree | 2bb88e95a71e00e4aef8f1c24ae72ce793183468 /tests/unix/extra_coverage.py.exp | |
| parent | 0e8dfaf5384c672fc61bc10926688809db2b2ab2 (diff) | |
unix: Enable sys.executable.
Gives the absolute path to the unix micropython binary.
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/unix/extra_coverage.py.exp')
| -rw-r--r-- | tests/unix/extra_coverage.py.exp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index 294115455..2f5409b85 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -62,10 +62,11 @@ ime utime utimeq argv atexit byteorder exc_info -exit getsizeof implementation maxsize -modules path platform print_exception -ps1 ps2 stderr stdin -stdout tracebacklimit version version_info +executable exit getsizeof implementation +maxsize modules path platform +print_exception ps1 ps2 +stderr stdin stdout tracebacklimit +version version_info ementation # attrtuple (start=1, stop=2, step=3) |
