The test fails during the Debian packaging build process. This patch is a workaround, there is probably a more elegant way to do it.
Created attachment 69636 [details] [review] Bug 19783 - make check_kohastructure.t compatible to package build process Check if kohastructure.pl is found in the package build location and runs the test if found. Otherwise runs as before.
To test: If you have a working packaging setup, build a debian package and verify that check_kohastructure.t passes. Otherwise, verify it still works in a dev installation, review the code. The patch is used to build the 17.11.00 package.
What is the error? The file does not exist? intranetdir does not exist? We should not use intranetdir in t (DB independent)?
Moving it to db_dependent is the cleaner solution, I'll add a patch.
Created attachment 70740 [details] [review] Bug 19783: Move check_kohastructure.t to db_dependent
This is needed in 17.11.
Patch pushed to master for 18.05 Thanks Mirko!
Awesome work all! Pushed to Stable for 17.11.02
Pushed to 17.05.x for v17.05.09