Skip to content

Commit 3b5afe1

Browse files
committed
git stash
1 parent 897f2a1 commit 3b5afe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ function runTests {
4242
}
4343

4444
# ...
45+
docker build -t web-access-control test/surface/docker/web-access-control
4546
teardown || true
4647
setup $1
4748
waitForNss server
4849
runTests webid-provider-tests v2.0.3
4950
runTests solid-crud-tests v6.0.0
5051
waitForNss thirdparty
5152
# runTests web-access-control-tests nss-skips # patchAppendNewDocument # v7.1.0
52-
docker build -t web-access-control test/surface/docker/web-access-control
5353
# 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
5454
echo "Running web-access-control-tests against server with cookie $COOKIE_server"
5555
docker run --rm --network=testnet \

0 commit comments

Comments
 (0)