Commit a31c79a
committed
test: move "doing A/B-Test" print statement below ignore-check
Move the print statement that states which A/B-Tests we're performing
below the check that filters out ignored test cases. This way, we avoid
claiming to do an A/B-Test for things that are later actually filtered
out (meaning no A/B-Test actually happens).
Signed-off-by: Patrick Roy <[email protected]>1 parent 0f306e5 commit a31c79a
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | 214 | | |
218 | 215 | | |
219 | 216 | | |
| |||
269 | 266 | | |
270 | 267 | | |
271 | 268 | | |
| 269 | + | |
| 270 | + | |
272 | 271 | | |
273 | 272 | | |
274 | 273 | | |
| |||
0 commit comments