Commit 2ffe0ee
authored
Fix log_retention test: use correct test run variable (#12884)
Test 7 ('Get the log to rotate.') was calling MakeCurlCommandMulti on
test.tr (the test run from the TestLogRetention constructor) instead of
the newly created tr. This left the new test run with no process
defined, causing the test to fail with 'List came back empty.'1 parent 1b6847f commit 2ffe0ee
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
491 | | - | |
| 491 | + | |
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
0 commit comments