Re: t3404.6 breaks on master under GIT_FSMONITOR_TEST

2018-10-08 Thread Ben Peart
On 10/8/2018 10:19 AM, Ævar Arnfjörð Bjarmason wrote: On Thu, Sep 06 2018, Ævar Arnfjörð Bjarmason wrote: On Thu, Feb 01 2018, Ævar Arnfjörð Bjarmason wrote: The GIT_FSMONITOR_TEST variable allows you to roundtrip the fsmonitor codpath in the whole test suite. On both Debian & CentOS

Re: t3404.6 breaks on master under GIT_FSMONITOR_TEST

2018-10-08 Thread Ævar Arnfjörð Bjarmason
On Thu, Sep 06 2018, Ævar Arnfjörð Bjarmason wrote: > On Thu, Feb 01 2018, Ævar Arnfjörð Bjarmason wrote: > >> The GIT_FSMONITOR_TEST variable allows you to roundtrip the fsmonitor >> codpath in the whole test suite. On both Debian & CentOS this breaks for >> me: >> >> (cd t &&

Re: t3404.6 breaks on master under GIT_FSMONITOR_TEST

2018-09-06 Thread Ævar Arnfjörð Bjarmason
On Thu, Feb 01 2018, Ævar Arnfjörð Bjarmason wrote: > The GIT_FSMONITOR_TEST variable allows you to roundtrip the fsmonitor > codpath in the whole test suite. On both Debian & CentOS this breaks for > me: > > (cd t && GIT_FSMONITOR_TEST=$PWD/t7519/fsmonitor-all >

t3404.6 breaks on master under GIT_FSMONITOR_TEST

2018-02-01 Thread Ævar Arnfjörð Bjarmason
The GIT_FSMONITOR_TEST variable allows you to roundtrip the fsmonitor codpath in the whole test suite. On both Debian & CentOS this breaks for me: (cd t && GIT_FSMONITOR_TEST=$PWD/t7519/fsmonitor-all ./t3404-rebase-interactive.sh -i) Whereas this works: (cd t &&