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

release-build-test touches nodeos default config directory #157

Closed
spoonincode opened this issue Sep 14, 2022 · 1 comment · Fixed by #167
Closed

release-build-test touches nodeos default config directory #157

spoonincode opened this issue Sep 14, 2022 · 1 comment · Fixed by #167
Assignees
Labels
bug Something isn't working

Comments

@spoonincode
Copy link
Member

root@dfd50a850728:/work/leap/build# ls ~/.local
ls: cannot access '/root/.local': No such file or directory
root@dfd50a850728:/work/leap/build# ctest -R release-build-test
Test project /work/leap/build
    Start 162: release-build-test
1/1 Test #162: release-build-test ...............   Passed    0.02 sec

100% tests passed, 0 tests failed out of 1

Total Test time (real) =   0.07 sec
root@dfd50a850728:/work/leap/build# ls ~/.local
share

We want to avoid this: it can create weird problems.

@spoonincode spoonincode added the bug Something isn't working label Sep 14, 2022
@heifner
Copy link
Member

heifner commented Sep 14, 2022

Adding --config-dir d --data-dir d should fix this. Also moving this to leap-util will fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
2 participants