diff options
Diffstat (limited to '')
-rw-r--r-- | tests/openpgp/all-tests.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/all-tests.scm b/tests/openpgp/all-tests.scm index e65d52730..d687fe49b 100644 --- a/tests/openpgp/all-tests.scm +++ b/tests/openpgp/all-tests.scm @@ -58,7 +58,7 @@ (path-join "tests" "openpgp" name) (in-srcdir "tests" "openpgp" name))) all-tests)) - (when *maintainer-mode* + (when *run-all-tests* (set! tests (append tests |