We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed4e77 commit b8b8aa6Copy full SHA for b8b8aa6
test/surface/run-solid-test-suite.sh
@@ -54,15 +54,15 @@ function runTestsFromGit {
54
}
55
56
# ...
57
-teardown || true
+# teardown || true
58
setup $1 $2
59
waitForNss server
60
runTests webid-provider-tests v2.0.3
61
runTestsFromGit solid-crud-tests v6.0.0-issue#1743
62
waitForNss thirdparty
63
# runTests web-access-control-tests v7.1.0
64
runTestsFromGit web-access-control-tests patchAppendNewDocument
65
-teardown
+# teardown
66
67
# To debug, e.g. running web-access-control-tests jest interactively,
68
# comment out `teardown` and uncomment this instead:
0 commit comments