Hi,
Just noticed this on 8.3
I have multiple unit test suites in a test folder.
When I run `basex -t test` or `basex -t test/` all suites are run (no errors)
But when I try to run hem with something like `basex -t test/*.xqm` the test runner stops after the first suite with the following message:
Stopped at /Users/marcvangrootel/data/fold-webapp/webapp/origami/test/test-data.xqm, 6/8: [XPST0003] Library modules cannot be evaluated.
Can anyone confirm this behaviour?
--Marc