Skip to content

Commit

Permalink
35 / 45 / 9 tests passed
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Nov 13, 2020
1 parent fe95511 commit b5eb320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/surface/docker/solid-crud/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM solidtestsuite/solid-crud-tests
RUN git fetch origin
RUN git checkout nss-skips
RUN git pull
2 changes: 1 addition & 1 deletion test/surface/run-solid-test-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export COOKIE_ALICE="`docker run --rm -e SERVER_ROOT="https://server" --network=
export COOKIE_BOB="`docker run --rm -e SERVER_ROOT="https://thirdparty" --network=testnet cookie`"

docker run --rm --network=testnet --env COOKIE="$COOKIE_ALICE" --env-file test/surface/webid-provider-tests-env.list webid-provider
# docker run --rm --network=testnet --env COOKIE="$COOKIE_ALICE" --env-file test/surface/solid-crud-tests-env.list solid-crud
docker run --rm --network=testnet --env COOKIE="$COOKIE_ALICE" --env-file test/surface/solid-crud-tests-env.list solid-crud
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

docker stop server
Expand Down

0 comments on commit b5eb320

Please sign in to comment.