Re: [Qgis-developer] Test crashes on if providers not found.

2016-09-27 Thread David Marteau
I have found that runtime path was not set correctly on one dependency (libqscintilla) and thus the library was not loaded (image not found), not easy to guess because the tests were just crashing without hints, maybe some more validity tests should be done to prevent dereferencing null pointe

Re: [Qgis-developer] Test crashes on if providers not found.

2016-09-27 Thread Nyall Dawson
On 27 September 2016 at 23:07, David Marteau wrote: > Hi, > > > I'm trying to run tests on OSX 10.9.5 (Maverick), by running the following > >> sudo make install >> make test I'm not sure if "make test" works with QGIS. The usual approach is to switch to your build folder and then run "ctest". N

[Qgis-developer] Test crashes on if providers not found.

2016-09-27 Thread David Marteau
Hi, I'm trying to run tests on OSX 10.9.5 (Maverick), by running the following > sudo make install > make test I have the following warning "!!! prefix path was requested, but it is not valid - we do not run from installed path !!!" then all tests involving loading a provider are crashing. I