ni / niveristand-custom-device-build-tools

Tools for automating builds of NI VeriStand custom devices.
MIT License
18 stars 28 forks source link

Add empty package fail case, and fix nipkg branch issue #185

Closed papowerNI closed 1 year ago

papowerNI commented 1 year ago

What does this Pull Request accomplish?

Why should this Pull Request be merged?

Packages should not usually be empty, so we might as well catch the error case. Also fixes a bug that would impact any dev branch with "nipkg" in the name

What testing has been done?

Tested with dev tools, which was making empty packages at the time of the test: image

Then tested with a special branch of build-tools with enableVirtualPackage: image this works.

This PR should not fail, to verify the existing case.

papowerNI commented 1 year ago

this is a remake of #181