Re: [PATCH] Skip tests if tool/dependency is not installed

2024-02-26 Thread Glenn Washburn
On Wed, 14 Feb 2024 11:13:43 +0530 Krishan Gopal wrote: > Hi Glenn, > > On 02/02/24 2:59 am, Glenn Washburn wrote: > > Hi Krishan, > > > > On Tue, 30 Jan 2024 04:18:13 -0600 > > Krishan Gopal Saraswat wrote: > > > >> Currently many tests ends up in an ERROR state due to the environment not > >>

Re: [PATCH] Skip tests if tool/dependency is not installed

2024-02-13 Thread Krishan Gopal
Hi Glenn, On 02/02/24 2:59 am, Glenn Washburn wrote: Hi Krishan, On Tue, 30 Jan 2024 04:18:13 -0600 Krishan Gopal Saraswat wrote: Currently many tests ends up in an ERROR state due to the environment not having relevant tools, majorly being due to different file systems. For example before

Re: [PATCH] Skip tests if tool/dependency is not installed

2024-02-01 Thread Glenn Washburn
Hi Krishan, On Tue, 30 Jan 2024 04:18:13 -0600 Krishan Gopal Saraswat wrote: > Currently many tests ends up in an ERROR state due to the environment not > having relevant tools, majorly being due to different file systems. > > For example before this patch the ntfs test fails with the following