Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:None
-
Story Points:0.5
-
Team:Architecture
Description
Running a fresh build of afw master on os x fails on two unit tests. One is in testExecutables.py and is related to not finding AFWData. On my system AFWData is not installed and the test should be skipped, but is still run. The other is DM-7474.
Regarding testExecutables, I think the simplest thing to do is just to wrap the getPackageDir calls in the two tests and have them return if afwdata is missing. We can keep all the test disabling stuff in the SConscript file but I don't think testExecutables has a means of monitoring skip counts in executables.