From b8b8aa6b65fa18ae6bb6c0ebb43c247da525f4d6 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Fri, 31 Oct 2025 17:24:29 +0100 Subject: [PATCH] Comment out teardown in test suite script Comment out teardown calls for debugging purposes. --- test/surface/run-solid-test-suite.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/surface/run-solid-test-suite.sh b/test/surface/run-solid-test-suite.sh index 1e385dc5f..b2b11f4f0 100755 --- a/test/surface/run-solid-test-suite.sh +++ b/test/surface/run-solid-test-suite.sh @@ -54,7 +54,7 @@ function runTestsFromGit { } # ... -teardown || true +# teardown || true setup $1 $2 waitForNss server runTests webid-provider-tests v2.0.3 @@ -62,7 +62,7 @@ runTestsFromGit solid-crud-tests v6.0.0-issue#1743 waitForNss thirdparty # runTests web-access-control-tests v7.1.0 runTestsFromGit web-access-control-tests patchAppendNewDocument -teardown +# teardown # To debug, e.g. running web-access-control-tests jest interactively, # comment out `teardown` and uncomment this instead: