]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
fix(test): skip /persist/counter test when no disk is available
authorTulio A M Mendes <[email protected]>
Thu, 16 Apr 2026 05:42:54 +0000 (02:42 -0300)
committerTulio A M Mendes <[email protected]>
Thu, 16 Apr 2026 05:42:54 +0000 (02:42 -0300)
commitdd4b3dff7b436ac7e6c1f24db6f798415ae5b82a
tree6ff6d23a52077ae4f94926dbaeda1b8ff3e3250d
parent7abc1411d7be61c60fed7e882e444e64e2cf463f
fix(test): skip /persist/counter test when no disk is available

Instead of failing with sys_exit(1) when /persist/counter can't
be opened, skip the test with goto. This allows the fulltest to
continue running other tests in environments without persistent
storage.
user/cmds/fulltest/fulltest.c