https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21028 --- Comment #3 from Mirko Tietgen <mirko@abunchofthings.net> --- The Bionic nightly package does contain /usr/share/doc/koha-common/history.txt. Log mentions [https://apt.abunchofthings.net/koha-nightly/unstable-bionic-log.txt]
cp docs/history.txt blib/DOC_DIR/history.txt
Installing /build/koha-18.06.01~git+20180716093736.12fd02af/debian/tmp/usr/share/koha/doc/history.txt
# exclude history.txt from compression as about.pl needs it uncompressed dh_compress --exclude=history.txt
If the test uses /usr/share/doc/koha-common/history.txt, I suppose it is necessary to copy that file from /kohadevbox/koha/doc/, like the Jenkins log shows for Debian scripts? Or rather use /kohadevbox/koha/doc/history.txt instead. But if that is the problem, I would expect the test to fail for other distros. -- You are receiving this mail because: You are watching all bug changes.