When wee run test with the --only flag, it is case sensitive. This is slightly frustrating because flags include "STL", "IBM", "Sphere", "Cuboid", "slip", etc. Since there is no convention in the way test labels are captialized, it requires the used to remember the specific capitalization for the test that they want to run. It would make much more sense to not be case-sensitive.
This issue can be solved by modifications to the toolchain for the ./mfc.sh test --only <label> feature. When complete, the test suite should run the same with various spellings: STL, Stl, stl, sTl`, etc.
When wee run test with the
--onlyflag, it is case sensitive. This is slightly frustrating because flags include "STL", "IBM", "Sphere", "Cuboid", "slip", etc. Since there is no convention in the way test labels are captialized, it requires the used to remember the specific capitalization for the test that they want to run. It would make much more sense to not be case-sensitive.This issue can be solved by modifications to the toolchain for the
./mfc.sh test --only <label>feature. When complete, the test suite should run the same with various spellings:STL,Stl,stl, sTl`, etc.