Conversation
PR SummaryThis pull request enhances the Test Suggestions
|
|
Just tested on a fresh clone of the repo, and it works! Basically on the command line I ran: And then I wanted to test running and it failed successfully! So then I edited the Makefile: And then ran it again to see if it got fixed: And it did!! woohoo |
validbeck
left a comment
There was a problem hiding this comment.
Just tested this on a very fresh clone of the repo — it works, installs everything and dumps out the correct output!!
Running make get-source a second time bypasses the install as well as everything is already there.
Internal Notes for Reviewers
There was an issue with some dependencies not being installed within the cloned little folder of the developer-framework repo.
By adding
make installto the Makefile, dependencies are installed and the scripts can run normally.External Release Notes