We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35364d commit abd5448Copy full SHA for abd5448
boards/posix/native_posix/doc/board.rst
@@ -160,9 +160,6 @@ Note that the Zephyr kernel does not actually exit once the application is
160
finished. It simply goes into the idle loop forever.
161
Therefore you must stop the application manually (Ctrl+C in Linux).
162
163
-Application tests using the ``ztest`` framework will exit after all
164
-tests have completed.
165
-
166
If you want your application to gracefully finish when it reaches some point,
167
you may add a conditionally compiled (:option:`CONFIG_ARCH_POSIX`) call to
168
``posix_exit(int status)`` at that point.
0 commit comments