show test output

This commit is contained in:
2025-11-05 22:18:43 +01:00
parent cd379b29e7
commit 101f3b13ca

View File

@@ -23,6 +23,7 @@ steps:
# check if we really get a password # check if we really get a password
- ./dicepwgen -y | grep -E '[a-z]*%' - ./dicepwgen -y | grep -E '[a-z]*%'
# check a custom dict file and if we get 6 words when requested # check a custom dict file and if we get 6 words when requested
- test 6 -eq $(./dicepwgen -f contrib/american-english-insane -c 6 | sed 's/[a-zA-Z]//g' | wc -c) - test 6 -eq $(./dicepwgen -f contrib/american-english-insane -c 6 | tee log | sed 's/[a-zA-Z]//g' | wc -c)
- cat log