On Tue, Dec 22, 2020 at 5:47 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > Martin Ågren <martin.agren@xxxxxxxxx> writes: > > +test_expect_success 'stop preserves surrounding schedule' ' > > + echo "Crucial information!" >>cron.txt && > > + GIT_TEST_CRONTAB="test-tool crontab cron.txt" git maintenance stop && > > 31345d55 (maintenance: extract platform-specific scheduling, > 2020-11-24) in ds/maintenance-part-4 needs to adjust this > exported variable for the tests to pass in 'seen' > > Is it just the matter of replacing it with > GIT_TEST_MAINT_SCHEDULER="crontab:test-tool crontab ..." > or is there more to it? Yes, renaming GIT_TEST_CRONTAB to GIT_TEST_MAINT_SCHEDULER and prepending "crontab:" to the value should be sufficient (per the proposal by [1] and realization by [2]). [1]: https://lore.kernel.org/git/X6+iJNYEbpQjHCb0@flurp.local/ [2]: https://lore.kernel.org/git/4807342b0019be29bb369ed3403a485f0ce9c15d.1605647598.git.gitgitgadget@xxxxxxxxx/