mxp1983
mxp1983
You've mentioned that some shells may have issues with & or |. Do you think that adding --run-test expression in "" would help? For example: `--run_test="@regression & @linux"`
Hi, just an update about my progress: I have chosen the solution, which is limiting changes in the current code: the expressions are within (), thus I extended only add_filtered_test_units...
Ok, I have some test cases and also some changes: * operator ',' is changed to ';' - to not confuse people with the already existing one. * new operator...
Regarding the static variable - I needed a way to have a list of all test cases and I didn't want to recreate it every time within the function (which...
So.... is the discussion over or what are the next steps?
Hi, so... what is the plan? :) I'm starting implementing new test project at work and I would really need advanced filtering (labels + paths) :D