File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function startPubSub {
2626}
2727
2828function startSolidNextcloud {
29- docker run -d --name " $1 " --network=testnet --env-file " ./env-vars-$1 .list solid-nextcloud"
29+ docker run -d --name " $1 " --network=testnet --env-file " ./env-vars-$1 .list" " ${2 :- solid-nextcloud} "
3030 until docker run --rm --network=testnet solidtestsuite/webid-provider-tests curl -kI " https://$1 " 2> /dev/null > /dev/null
3131 do
3232 echo Waiting for " $1 " to start, this can take up to a minute ...
@@ -50,7 +50,8 @@ function runTests {
5050 --env COOKIE=" $COOKIE_server " \
5151 --env COOKIE_ALICE=" $COOKIE_server " \
5252 --env COOKIE_BOB=" $COOKIE_thirdparty " \
53- --env-file ./env-vars-testers.list $1 -tests
53+ --env-file ./env-vars-testers.list \
54+ " $1 -tests"
5455}
5556
5657run_solid_test_suite () {
You can’t perform that action at this time.
0 commit comments