mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
tests-suite: resurrect invoking check-guile --coverage.
* test-suite/guile-test (main): remove (the-vm) from with-code-coverage call.
This commit is contained in:
parent
a62d46ffff
commit
516f70f9e9
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@
|
|||
tests))))
|
||||
(if (opt 'coverage #f)
|
||||
(let-values (((coverage-data _)
|
||||
(with-code-coverage (the-vm) run-tests)))
|
||||
(with-code-coverage run-tests)))
|
||||
(let ((out (open-output-file "guile.info")))
|
||||
(coverage-data->lcov coverage-data out)
|
||||
(close out)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue