c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Replace filter path in config with convention? #41

Open MattWindsor91 opened 4 years ago

MattWindsor91 commented 4 years ago

It occurs to me that it might be better to have the filter file path hardcoded into the tester as $CONFIG_ROOT/act/filter.yaml, and treat the absence of a file there as an absence of filters, instead of expecting the user to give a path.

Reason this has come to mind is that that's where I'd put the filter YAML anyway, 99 times out of 100. Having fewer configuration knobs is probably good.