You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
I tried using --test and --includedGroups but it seems these options can't be combined with the --server option. And if I don't set the --server option, then I get ERROR: missing server uri so that's also not the right way, I think.
java -jar target/ldp-testsuite-0.2.0-SNAPSHOT-shaded.jar --direct --includedGroups MUST --server http://localhost:8000
ERROR: The option 'server' was specified but an option from this group has already been selected: 'includedGroups'
usage: java -jar ldp-testsuite.jar
--assertor <assertor> the URL of the person or agent
that asserts the results: required
with --earl
--auth <username:password> server basic authentication
credentials following the syntax
username:password
[...]
The text was updated successfully, but these errors were encountered:
I tried using
--test
and--includedGroups
but it seems these options can't be combined with the--server
option. And if I don't set the--server
option, then I getERROR: missing server uri
so that's also not the right way, I think.The text was updated successfully, but these errors were encountered: