Files
RedBear-OS/recipes/tests/expected/bins_dynamic/unistd/getopt_long.stdout
T
vasilito b9874d0941 feat: USB storage read/write proof + full Red Bear OS tree sync
Add redbear-usb-storage-check in-guest binary that validates USB mass
storage read and write I/O: discovers /scheme/disk/ devices, writes a
test pattern to sector 2048, reads it back, verifies match, restores
original content. Updates test-usb-storage-qemu.sh with write-proof
verification step.

Includes all accumulated Red Bear OS work: kernel patches, relibc
patches, driver infrastructure, DRM/GPU, KDE recipes, firmware,
validation tooling, build system hardening, and documentation.
2026-05-03 23:03:24 +01:00

21 lines
707 B
Plaintext

--- Running: test --test0 -a
getopt_long returned 1, argument test0=(null)
Option -a with value (null)
--- Running: test --test1 -a
getopt_long returned 0, set flag to 2, argument test1=(null)
Option -a with value (null)
--- Running: test --test2 -a
getopt_long returned 3, argument test2=(null)
Option -a with value (null)
--- Running: test --test2=arg -a
getopt_long returned 3, argument test2=arg
Option -a with value (null)
--- Running: test --test3 -a
getopt_long returned 4, argument test3=-a
--- Running: test --test3=arg -a
getopt_long returned 4, argument test3=arg
Option -a with value (null)
--- Running: test --test3 arg -a
getopt_long returned 4, argument test3=arg
Option -a with value (null)