File tree Expand file tree Collapse file tree
protocol/writing-resource Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ Feature: With and without trailing slash cannot co-exist
1717 Given url resourceUrl
1818 And headers clients.alice.getAuthHeaders('GET', resourceUrl)
1919 When method GET
20- * print response
2120 Then match [301, 404, 410] contains responseStatus
2221
2322 Given url resourceUrl
Original file line number Diff line number Diff line change @@ -174,7 +174,10 @@ shift
174174echo " Running tests on $subject and reporting to $cwd /reports/$subject "
175175
176176dockerargs+=(' -v' " $cwd /reports/$outdir :/reports" " --env-file=$envfile " )
177- harnessargs=(' --output=/reports' " --target=https://github.com/solid/conformance-test-harness/$subject " )
177+ harnessargs=(' --output=/reports' )
178+ if ! [[ " $* " == * " --target=" * ]]; then
179+ harnessargs+=(" --target=https://github.com/solid/conformance-test-harness/$subject " )
180+ fi
178181
179182# ensure report directory exists
180183mkdir -p reports/$subject
You can’t perform that action at this time.
0 commit comments