Verify --package behavior when target is already built
scons versions (>2.3.0) elide target nodes if they are up-to-date. In this case, our package deployment fails due to missing nodes we used for copying targets to another location.
Background information on this can be found in the scons repository, search for keep_targetinfo
.
You can also check the diff here.
- add testcase to show what we expect