Open kloczek opened 1 year ago
PASS: tests/test-repo-finder-config 1 /repo-finder-config/init
ERROR: tests/test-repo-finder-config - Bail out!
PASS: tests/test-repo-finder-mount 1 /repo-finder-mount/init
ERROR: tests/test-repo-finder-mount - Bail out!
ERROR: tests/test-symbols.sh - missing test plan
tap-driver.sh: internal error getting exit status
tap-driver.sh: fatal: I/O or internal error
missing test plan
seems pretty bad as (IIRC), that's just the echo 1..3
at the beginning of the script. Which tells me something in . $(dirname $0)/libtest.sh
is failing. Maybe you can temporarily adjust tests/test-symbols.sh
to have set -x
near the top and run again then have a look at tests/test-symbols.sh.log
.
Just back to this case after 2024.1 release. I've added "set -x" in test-symbols.sh.
So it fails in "which setfattr". In this case which
is missing
Here is patch which I've added to solve additional dependency
With that patch everything is ok
Pl;ease let me know if you want above as PR.
BTW. Most of the scripts could be easily rewritten to use pure POSIX ss instead bash as interpreter.
That seems reasonable to me. Feel free to open a PR.
Looks like something is wrong
I'm not sure what I should provide as details to diagnose this issue. Pease let me know what you need.