Skip to content

Commit

Permalink
Update run-solid-test-suite.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa authored Dec 27, 2023
1 parent 0e612f3 commit 1198dd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/surface/run-solid-test-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function runTests {
function runTestsFromGit {
docker build https://github.com/solid-contrib/$1.git#$2 -t $1

echo "Running web-access-control-tests against server with cookie $COOKIE_server"
echo "Running $1 branch $2 against server with cookie $COOKIE_server"
docker run --rm --network=testnet \
--env COOKIE="$COOKIE_server" \
--env COOKIE_ALICE="$COOKIE_server" \
Expand All @@ -57,6 +57,7 @@ teardown || true
setup $1
waitForNss server
runTests webid-provider-tests v2.0.3
# runTests solid-crud-tests v6.0.0
runTestsFromGit solid-crud-tests v6.0.0
waitForNss thirdparty
# runTests web-access-control-tests v7.1.0
Expand Down

0 comments on commit 1198dd5

Please sign in to comment.