Mir

Comment 1 for bug 1342029

Revision history for this message
Kevin DuBois (kdub) wrote :

So what is happening is we have a hardcoded path to the cursor images that is based on the directory that the code was compiled in. Installing to this specific directory is not accommodated for in the deploy-and-test.sh script. When the cursor images fail to load (because the directory is not present), the test will then segfault.

Changing the test to 1) find the cursor images from its current working directory (much like the udev recordings), and 2) fail instead of segfault if it cannot find the images.