Skip to content
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

improve tests by moving install space #96

Open
asmodehn opened this issue Mar 14, 2017 · 0 comments
Open

improve tests by moving install space #96

asmodehn opened this issue Mar 14, 2017 · 0 comments

Comments

@asmodehn
Copy link
Member

It is quite easy to end up with hardcoded paths in some generated cmake scripts.

A simple and efficient way to test for it is to :

  • clean the build & devel space after successful tests (to make sure the install space doesnt use it)
  • move the install space of the test packages before running tests on it. (to make sure there is no hardcoded paths to the original install directory anywhere)

It should help us catch quite a few more tricky bugs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant