Hi,

I am trying to run a single python test from its directory, and am
getting 2 problems:

1) it is not using my custom build (but system install in /usr/
2) getting segfault after execution

problem 2 is no big deal, but how can I run the tests using my build
(in /home/softdev or in  /data/src/qgis/qgis-etiennesky/build-debug)

I can get the python tests to run using "make test" from the build dir
- but that is very long as it does ALL tests

Thanks
Etienne


tourigny@supernova: /data/src/qgis/qgis-etiennesky/tests/src/python $ which qgis
/home/softdev/bin/qgis

tourigny@supernova: /data/src/qgis/qgis-etiennesky/tests/src/python $
python ./test_qgsvectorlayer.py
Application state:
Prefix:         /usr
Plugin Path:            /usr/lib/qgis/plugins
Package Data Path:      /usr/share/qgis
Active Theme Name:      
Active Theme Path:      :/images/themes//
Default Theme Path:     :/images/themes/default/
SVG Search Paths:       /usr/share/qgis/svg/
                /home/tourigny/.qgis//svg/
User DB Path:   /usr/share/qgis/resources/qgis.db

.
----------------------------------------------------------------------
Ran 1 test in 0.007s

OK
Segmentation fault
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to