Skip to content

Commit dd47499

Browse files
Fix in debug code
1 parent 4a9f3a9 commit dd47499

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function teardown {
1515
}
1616

1717
function waitForNss {
18+
docker pull solidtestsuite/webid-provider-tests
1819
until docker run --rm --network=testnet solidtestsuite/webid-provider-tests curl -kI https://$1 2> /dev/null > /dev/null
1920
do
2021
echo Waiting for $1 to start, this can take up to a minute ...
@@ -56,5 +57,5 @@ teardown
5657
# --env COOKIE="$COOKIE_server" \
5758
# --env COOKIE_ALICE="$COOKIE_server" \
5859
# --env COOKIE_BOB="$COOKIE_thirdparty" \
59-
# --env-file test/surface/$1-env.list
60+
# --env-file test/surface/web-access-control-tests-env.list \
6061
# solidtestsuite/web-access-control-tests:latest /bin/bash

test/surface/thirdparty-env.list

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ ALICE_WEBID=https://thirdparty/profile/card#me
22
SERVER_ROOT=https://thirdparty
33
USERNAME=alice
44
PASSWORD=123
5-
ACL_CACHE_TIME=5
5+
ACL_CACHE_TIME=5
6+

0 commit comments

Comments
 (0)