mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 18:44:33 +00:00
- Introduce lib/shell helpers and keep etc/* scripts thin via compatibility shims - Move Kerberos validation to scripts/validation/check_kerberos.sh and update callers - Add deterministic shellspec unit tests under tests/shellspec/ and wire Maven to run them - Add minimal Spring Boot authority module with startup + /health endpoint and Maven wiring - Document the new layout in docs/layout.md Co-authored-by: Junie <junie@jetbrains.com>
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
888 888 888
|
|
888 888 888
|
|
888 888 888
|
|
.d8888b 88888b. .d88b. 888 888 .d8888b 88888b. .d88b. .d8888b
|
|
88K 888 "88b d8P Y8b 888 888 88K 888 "88b d8P Y8b d88P"
|
|
"Y8888b. 888 888 88888888 888 888 "Y8888b. 888 888 88888888 888
|
|
X88 888 888 Y8b. 888 888 X88 888 d88P Y8b. Y88b.
|
|
88888P' 888 888 "Y8888 888 888 88888P' 88888P" "Y8888 "Y8888P
|
|
888
|
|
888
|
|
888
|
|
|
|
Guide: If you want to file stat tests, you need to create files
|
|
under the 'spec/fixture/stat directory'.
|
|
You can create those files by executing the fixture:stat:prepare task.
|
|
Some files require root privileges to create.
|
|
This step is optional. If these files do not exist, tests are skipped.
|
|
|
|
Example:
|
|
|
|
# without root privileges
|
|
$ shellspec --task fixture:stat:prepare
|
|
|
|
# with root privileges
|
|
$ sudo $(which shellspec) --task fixture:stat:prepare
|
|
|
|
Note: This message can be hidden with --no-banner option.
|
|
----------------------------------------------------------------------------
|