https://bugs.kde.org/show_bug.cgi?id=403143
Bug ID: 403143
Summary: Tests fail if kscreenlocker not installed into /
Product: kscreenlocker
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: greeter
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Target Milestone: ---
Running make test without make install fails.
This is because 1) neither kscreenlocker_greet is found from the tests nor 2)
kcheckpass from within kscreenlocker_greet,
as those paths are hardcoded.
This means it's impossible to run the tests in a RPM's %check section, as files
are not installed into / directly.
I've fixed 1) by using QFINDTESTDATA locally, but I'm not sure how to fix 2.
--
You are receiving this mail because:
You are watching all bug changes.