-
Notifications
You must be signed in to change notification settings - Fork 254
Make extraction tests work without ${USER}
(fixes #378)
#383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make extraction tests work without ${USER}
(fixes #378)
#383
Conversation
Signed-off-by: Sebastian Pipping <[email protected]>
Signed-off-by: Sebastian Pipping <[email protected]>
I'm still seeing this error with release 2.3.1. This is on RHEL 8. I've installed the Perl dependencies and done "sudo make install". But when I do make test, I get: [user@swip-lnx-3 lcov-2.3.1]$ make test |
@gfim the error seems different:
It sounds like opposites to me but I could be wrong. Also I'm not a maintainer here, but please open a dedicated issue if you want this to get the attention it deserves and not fall through the cracks. if you can provide and attach a Dockerfile there that reproduces the issue out of thing air, that would rock. Without more details in a dedicated and more detailed issue, it will be hard to reproduce and fix. Thank you. |
The issue is that the test is simply looking for the string 'user' in the output context (and not expecting to find it) - whereas your run directory appears to be |
…path. See linux-test-project#383. Signed-off-by: Henry Cox <[email protected]>
…path. See #383. Signed-off-by: Henry Cox <[email protected]>
@gfim - issue should be resolved now. |
yes, fixed - thanks! |
Before
After