Run when just required.
svn: r10162
This commit is contained in:
parent
5a8bc6fabb
commit
e9356d145d
|
@ -225,8 +225,9 @@
|
|||
other-tests
|
||||
other-plt-tests
|
||||
)))
|
||||
(when (getenv "PLT_TESTS")
|
||||
(unless (parameterize ([current-output-port (open-output-string)])
|
||||
(= 0 (run-tests)))
|
||||
(error "Match Tests did not pass.")))
|
||||
(if (getenv "PLT_TESTS")
|
||||
(unless (parameterize ([current-output-port (open-output-string)])
|
||||
(= 0 (run-tests)))
|
||||
(error "Match Tests did not pass."))
|
||||
(run-tests))
|
||||
)
|
Loading…
Reference in New Issue
Block a user