index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
cmdline
/
cmd_sys_exit_0.py
blob: 1294b739e8ff1fd0650ae212e19fb0e8fe50a54b (
plain
)
1
2
3
4
5
# cmdline: # test sys.exit(0) - success exit code import sys sys.exit(0)