Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Update run-solid-test-suite.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong authored Sep 2, 2023
1 parent 6e31941 commit 08c4278
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/surface/run-solid-test-suite.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/bash
set -e

export SKIP_CONC=1

function setup {
npm ci
npm start -- --detectOpenHandles &> '/dev/null' &
git clone https://github.com/solid-contrib/solid-crud-tests.git
cd solid-crud-tests
git fetch origin
git checkout nss-skips
git pull
git checkout v6.0.0
npm ci
cd ..
git clone https://github.com/solid-contrib/web-access-control-tests.git
Expand Down Expand Up @@ -51,9 +51,9 @@ function runTests {
teardown || true
setup
waitForCss 3000
#runTests solid-crud-tests
runThirdParty
waitForCss 3001
runTests web-access-control-tests
runTests solid-crud-tests
# runThirdParty
# waitForCss 3001
# runTests web-access-control-tests
teardown

0 comments on commit 08c4278

Please sign in to comment.