[Koha-bugs] [Bug 2628] DESTDIR support broke the test suite

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Fri Sep 19 17:55:11 CEST 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2628





------- Comment #2 from Andrew.moore at liblime.com  2008-09-19 08:55 -------
Created an attachment (id=452)
 --> (http://bugs.koha.org/cgi-bin/bugzilla/attachment.cgi?id=452&action=view)
[1/1] bug 2628: fixing test script to deal with DESTDIR in Makefile.PL


Recently, there were changes to the Makefile.PL to make it install in a
DESTDIR that the OS (debian) may choose. This broke the test suite.
Since we're not installing the stuff in the t/ directory, we need to
ignore the DESTDIR specifiation before we write the test-config.txt.
So, this patch adds a call to the _strip_destdir function for all
directories written to the t/test-config.txt file.
---
 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Koha-bugs mailing list