[racket-dev] racket-test: racket doesn't run all the tests when "places" is disabled
I'm testing the update to racket 6.0.1 and I'm seeing this problem:
$ raco pkg install racket-test
[..]
$ cd .racket/6.0.1/pkgs/racket-test/tests/racket
$ racket -f quiet.rktl
Section(basic)
Section(unicode)
Section(rx)
Section(reading)
Section(readtable)
Section(printing)
Section(macro)
Section(syntax)
Section(procs)
Section(stx)
Section(module)
Section(submodule)
Section(stxparam)
Section(numbers)
Section(unsafe)
Section(object)
Section(struct)
Section(threads)
Section(logger)
Section(synchronization)
Section(places)
Hello from place
Hello form place 2
$ echo $?
99
Racket doesn't run all the tests and I guess the culprit is that I have
"places" disabled. Can someone fix and update the package?.