Skip to content

Commit b5eb320

Browse files
35 / 45 / 9 tests passed
1 parent fe95511 commit b5eb320

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
FROM solidtestsuite/solid-crud-tests
22
RUN git fetch origin
33
RUN git checkout nss-skips
4+
RUN git pull

test/surface/run-solid-test-suite.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export COOKIE_ALICE="`docker run --rm -e SERVER_ROOT="https://server" --network=
3535
export COOKIE_BOB="`docker run --rm -e SERVER_ROOT="https://thirdparty" --network=testnet cookie`"
3636

3737
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
3939
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
4040

4141
docker stop server

0 commit comments

Comments
 (0)