doc: add src/test/ prefix to test_bitcoin in test README#18102
doc: add src/test/ prefix to test_bitcoin in test README#18102yancyribbens wants to merge 1 commit intobitcoin:masterfrom
Conversation
|
This is wrong, you don't need to install the build before you can test it. |
|
@sipa thanks for the feedback. Perhaps there is something with boost that i'm not familiar with then. If I update the test: and then run |
|
@yancyribbens: It seems that your problem is caused by omitting any path name on executing |
23f90dd to
8729fb9
Compare
|
@theStack thanks that works. Maybe it would be helpful to add the local path prefix under the section |
|
Adding the prefix here seems fine, as we use it throughout the rest of the file. You just need to fix the commit message. i.e |
8729fb9 to
287b0a8
Compare
|
Yes, I think this is fine, I mean it depends on what the current directory is, whether you want to do |
|
since |
This is intentionally done because the |
That's understandable. However, the instuctions ask you to run |
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsNo conflicts as of last run. |
287b0a8 to
c3e369d
Compare
|
This simple change seems too controversial and didn't attract too much attention in the past month. Closing for now. |
Perhaps this goes without saying, however the unit tests require
make installin addition tomakefor changes to be reflected after modification.