Skip to content

Commit

Permalink
git
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Dec 17, 2023
1 parent 313f0f8 commit eb4fd60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/surface/run-solid-test-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ function runTests {
# ...
teardown || true
setup $1
docker build -t web-access-control test/surface/docker/web-access-control
waitForNss server
runTests webid-provider-tests v2.0.3
runTests solid-crud-tests v6.0.0
# runTests webid-provider-tests v2.0.3
# runTests solid-crud-tests v6.0.0
waitForNss thirdparty
# runTests web-access-control-tests nss-skips # patchAppendNewDocument # v7.1.0
# 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
echo "Running web-access-control-tests against server with cookie $COOKIE_server"
docker build -t web-access-control test/surface/docker/web-access-control
docker run --rm --network=testnet \
--env COOKIE="$COOKIE_server" \
--env COOKIE_ALICE="$COOKIE_server" \
Expand Down

0 comments on commit eb4fd60

Please sign in to comment.