Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Make sure we don't try to include an empty set #1571
Conversation
|
Missing some tests here, which we can of course help with. Other reviewers: another option for this is to stop parsing the config so completely before spinning up a cleanbuild (this applies to persistent containers as well). I'm slightly concerned that, while this patch works, it'll be easy to introduce similar behavior in the config parser that breaks on other distros in the future. Thoughts? |
|
Good catch! I actually tried out It occurs to me this sort of works because of |
aleixpol commentedSep 25, 2017
This happens when snapcraft loads the configuration in cleanbuild to
retrieve the name and some other metadata. It's too early to resolve the
parts and they are null outside of the container.
./runtests.sh static?./runtests.sh unit? < some tests fail but they also failed before as well