File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ docker build --no-cache -t standalone-solid-server .
1010docker build -t webid-provider https://github.com/pdsinterop/test-suites.git#master:/testers/webid-provider
1111# docker build -t solid-crud https://github.com/solid/test-suite.git#master:/testers/solid-crud
1212docker build --no-cache -t solid-crud https://github.com/solid/test-suite.git#master:/testers/solid-crud
13- docker build -t cookie https://github.com/pdsinterop /test-suites .git#master:servers/php-solid-server /cookie
13+ docker build -t cookie https://github.com/solid /test-suite .git#master:helpers /cookie
1414docker build -t pubsub-server https://github.com/pdsinterop/php-solid-pubsub-server.git#master
1515
1616# wget -O /tmp/env-vars-for-test-image.list https://raw.githubusercontent.com/pdsinterop/test-suites/master/servers/php-solid-server/env.list
@@ -31,7 +31,8 @@ docker ps -a
3131docker logs server
3232
3333echo Getting cookie...
34- export COOKIE=" ` docker run --cap-add=SYS_ADMIN --network=testnet --env-file /tmp/env-vars-for-test-image.list cookie` "
34+ export COOKIE=" ` docker run --rm --cap-add=SYS_ADMIN --network=testnet -e SERVER_TYPE=php-solid-server --env-file /tmp/env-vars-for-test-image.list cookie` "
35+
3536echo " Running webid-provider tests with cookie $COOKIE "
3637docker run --rm --network=testnet --env COOKIE=" $COOKIE " --env-file /tmp/env-vars-for-test-image.list webid-provider
3738docker run --rm --network=testnet --env-file /tmp/env-vars-for-test-image.list solid-crud
You can’t perform that action at this time.
0 commit comments