From e7fd617327ed9d30f093a78a016511ab5c984ba4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 23:21:05 +0200 Subject: Merging upstream version 2.2.43. Signed-off-by: Daniel Baumann --- tests/openpgp/run-tests.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/openpgp/run-tests.scm') diff --git a/tests/openpgp/run-tests.scm b/tests/openpgp/run-tests.scm index d4914bd..2643310 100644 --- a/tests/openpgp/run-tests.scm +++ b/tests/openpgp/run-tests.scm @@ -28,6 +28,7 @@ (define setup (make-environment-cache (test::scm + #f #f (path-join "tests" "openpgp" "setup.scm") (in-srcdir "tests" "openpgp" "setup.scm")))) @@ -38,5 +39,6 @@ (load-tests "tests" "openpgp") (map (lambda (name) (test::scm setup + #f (path-join "tests" "openpgp" name) (in-srcdir "tests" "openpgp" name))) tests))) -- cgit v1.2.3