Skip to content

Commit abd5448

Browse files
aescolarAnas Nashif
authored andcommitted
native: doc fix regarding ztest not stopping
Tests using ztest do not stop anymore since commit 07c9163 => fixed documentation Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent a35364d commit abd5448

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

boards/posix/native_posix/doc/board.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,6 @@ Note that the Zephyr kernel does not actually exit once the application is
160160
finished. It simply goes into the idle loop forever.
161161
Therefore you must stop the application manually (Ctrl+C in Linux).
162162

163-
Application tests using the ``ztest`` framework will exit after all
164-
tests have completed.
165-
166163
If you want your application to gracefully finish when it reaches some point,
167164
you may add a conditionally compiled (:option:`CONFIG_ARCH_POSIX`) call to
168165
``posix_exit(int status)`` at that point.

0 commit comments

Comments
 (0)