Skip to content

Commit b8b8aa6

Browse files
authored
Comment out teardown in test suite script
Comment out teardown calls for debugging purposes.
1 parent 8ed4e77 commit b8b8aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ function runTestsFromGit {
5454
}
5555

5656
# ...
57-
teardown || true
57+
# teardown || true
5858
setup $1 $2
5959
waitForNss server
6060
runTests webid-provider-tests v2.0.3
6161
runTestsFromGit solid-crud-tests v6.0.0-issue#1743
6262
waitForNss thirdparty
6363
# runTests web-access-control-tests v7.1.0
6464
runTestsFromGit web-access-control-tests patchAppendNewDocument
65-
teardown
65+
# teardown
6666

6767
# To debug, e.g. running web-access-control-tests jest interactively,
6868
# comment out `teardown` and uncomment this instead:

0 commit comments

Comments
 (0)