File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11FROM solidtestsuite/solid-crud-tests
22RUN git fetch origin
33RUN 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=
3535export COOKIE_BOB=" ` docker run --rm -e SERVER_ROOT=" https://thirdparty" --network=testnet cookie` "
3636
3737docker 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
3939docker 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
4040
4141docker stop server
You can’t perform that action at this time.
0 commit comments