Skip to content

Commit 17cd937

Browse files
committed
Merge branch 'add-solid-crud-tests' of https://github.com/pdsinterop/php-solid-server into add-solid-crud-tests
2 parents 7aa57e0 + dbda405 commit 17cd937

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

run-solid-test-suite.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ docker network create testnet
88
docker build -t server .
99

1010
docker build -t webid-provider https://github.com/pdsinterop/test-suites.git#master:/testers/webid-provider
11-
docker build -t solid-crud https://github.com/pdsinterop/test-suites.git#master:/testers/solid-crud
11+
#docker build -t solid-crud https://github.com/pdsinterop/test-suites.git#master:/testers/solid-crud
12+
docker build --no-cache -t solid-crud https://github.com/pdsinterop/test-suites.git#master:/testers/solid-crud
1213
docker build -t cookie https://github.com/pdsinterop/test-suites.git#master:servers/php-solid-server/cookie
13-
wget -O /tmp/env-vars-for-test-image.list https://raw.githubusercontent.com/pdsinterop/test-suites/master/servers/php-solid-server/env.list
14+
15+
# wget -O /tmp/env-vars-for-test-image.list https://raw.githubusercontent.com/pdsinterop/test-suites/master/servers/php-solid-server/env.list
16+
curl https://raw.githubusercontent.com/pdsinterop/test-suites/master/servers/php-solid-server/env.list -o /tmp/env-vars-for-test-image.list
1417

1518
docker run -d --name server --network=testnet --env-file /tmp/env-vars-for-test-image.list server
1619

0 commit comments

Comments
 (0)