feat: Settings overriding script#588
Conversation
Usage:
./merge_system_settings.py <base_file> <override_file> <output_file>
SPR-939 Test runner: fixup runtime options
Right now you can run the test runner using the following options: <test_case_name> : run that test case and its overlays -o : overlay and all test cases using that overlay — I believe — (may be combined with test_case_name) : run default test cases and their overlays Right now: Running with no default runs the default set and EVERYTHING in the overlays even if the overlay specifies different test_cases. The only way to have a test that depends on an overlay is to set a flag in the overlay section, but this test case can't be run in the defaults since it won't apply the overlay. Need to clean it up; the code in test_runner.py is convoluted. There should be a way to specify a test_case requires an overlay. |
|
96f5650
into
SPR-939-test-runner-improvement



Usage: