Summary

Tests use egg repository from PREFIX

Metadata

Description

When running the testsuite, it will try to load system libraries from the egg repository at the PREFIX that was set during compilation.

This is the future location where Chicken will be installed. This means the tests will fail when running them prior to installation, and there's no Chicken at that location yet. Also, if there is a Chicken there, the tests will run with the new Chicken, but with libraries from the old Chicken, producing false results.

By adding export CHICKEN_REPOSITORY=${TEST_DIR}/.. to runtests.sh, this problem can be fixed.

Changes and comments

[2009-07-06 11:40:35 UTC] felix changed status from new to closed

[2009-07-06 11:40:35 UTC] felix set resolution to fixed

[2009-07-06 11:40:35 UTC] felix wrote:

See r15171. The test-suite uses a private repository, now. At least on Windows it seems to work.

[2009-12-01 16:01:13 UTC] Milestone 4.1.0 deleted