jw-pkg/test
Jan Lindemann 6ab084ff44
Some checks failed
CI / Packaging - Kali Linux (pull_request) Failing after 3m35s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Failing after 3m33s
CI / Packaging test (pull_request) Failing after 0s
test/ .. /help: Fail over missing toplevel "make all"

The help integration test currently only succeeds because CI doesn't run "make all" before "make test". That way, the checked out repository lacks the generated __init__.py files needed for some modular subcommands to be fully loaded, and hence, the test should have failed. The entire machinery only worked because the subcommands in question are not not essential to building jw-pkg itself: "secrets" and "posix"

The fix is to

1. Change CI to run "make all" before "make test" (not here) 2. Fix the test in jw-pkg

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-06-25 17:35:49 +02:00
..
integration test/ .. /help: Fail over missing toplevel "make all" 2026-06-25 17:35:49 +02:00
Makefile test: Add subdirectory with integration test 2026-06-25 14:40:53 +02:00