File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
FROM solidtestsuite/solid-crud-tests
2
2
RUN git fetch origin
3
3
RUN git checkout nss-skips
4
+ RUN git pull
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export COOKIE_ALICE="`docker run --rm -e SERVER_ROOT="https://server" --network=
35
35
export COOKIE_BOB=" ` docker run --rm -e SERVER_ROOT=" https://thirdparty" --network=testnet cookie` "
36
36
37
37
docker run --rm --network=testnet --env COOKIE=" $COOKIE_ALICE " --env-file test/surface/webid-provider-tests-env.list webid-provider
38
- # docker run --rm --network=testnet --env COOKIE="$COOKIE_ALICE" --env-file test/surface/solid-crud-tests-env.list solid-crud
38
+ docker run --rm --network=testnet --env COOKIE=" $COOKIE_ALICE " --env-file test/surface/solid-crud-tests-env.list solid-crud
39
39
docker run --rm --network=testnet --env COOKIE_ALICE=" $COOKIE_ALICE " --env COOKIE_BOB=" $COOKIE_BOB " --env-file test/surface/web-access-control-tests-env.list web-access-control
40
40
41
41
docker stop server
You can’t perform that action at this time.
0 commit comments