Re: splitting off shell test framework

2017-08-24 Thread Jeff King
On Thu, Aug 24, 2017 at 12:23:05AM +0100, Adam Spiers wrote: > > [1] I actually keep a local archive and convert public-inbox URLs into > > local requests that I view in mutt. > > Sounds like a neat trick - any scripts / config worth sharing? It's probably too specific to my setup, but here

Re: splitting off shell test framework

2017-08-23 Thread Adam Spiers
On 23 August 2017 at 16:47, Jeff King wrote: > On Wed, Aug 23, 2017 at 02:46:30PM +0100, Adam Spiers wrote: >> >> Done at least once already: >> >> >> >> http://comments.gmane.org/gmane.comp.version-control.git/201591 >> [...] >> >> but sadly since then gmane has shuffled off its mortal coil and I

Re: splitting off shell test framework

2017-08-23 Thread Jeff King
On Wed, Aug 23, 2017 at 02:46:30PM +0100, Adam Spiers wrote: > >> Done at least once already: > >> > >> http://comments.gmane.org/gmane.comp.version-control.git/201591 > [...] > > but sadly since then gmane has shuffled off its mortal coil and I can't > remember / find what this URL referred to.

Re: splitting off shell test framework

2017-08-23 Thread Adam Spiers
I got a helpful response to the following question almost 5 years ago: On 12 November 2012 at 23:09, Adam Spiers wrote: > On Mon, Nov 12, 2012 at 6:18 PM, Drew Northup wrote: >> On Mon, Nov 12, 2012 at 11:37 AM, Adam Spiers wrote: >>> As it turned out to be fairly easy, I was wondering if there

Re: splitting off shell test framework

2012-11-12 Thread Adam Spiers
On Mon, Nov 12, 2012 at 6:18 PM, Drew Northup wrote: > On Mon, Nov 12, 2012 at 11:37 AM, Adam Spiers wrote: >> As it turned out to be fairly easy, I was wondering if there would be >> any interest in doing this more formally, i.e. splitting off the >> framework so that it could be used and improv

Re: splitting off shell test framework

2012-11-12 Thread Drew Northup
On Mon, Nov 12, 2012 at 11:37 AM, Adam Spiers wrote: > Hi all, > > I've been pretty impressed with git's test framework, and I'm not > aware of many other (decent) shell-based test frameworks out there. > (One that springs to mind is the one used by rvm, but last time I > looked - admittedly a whi

RE: splitting off shell test framework

2012-11-12 Thread Pyeron, Jason J CTR (US)
> -Original Message- > From: Felipe Contreras > Sent: Monday, November 12, 2012 11:44 AM > > On Mon, Nov 12, 2012 at 5:37 PM, Adam Spiers > wrote: > > > I've been pretty impressed with git's test framework, and I'm not > > aware of many other (decent) shell-based test frameworks out ther

Re: splitting off shell test framework

2012-11-12 Thread Felipe Contreras
On Mon, Nov 12, 2012 at 5:37 PM, Adam Spiers wrote: > I've been pretty impressed with git's test framework, and I'm not > aware of many other (decent) shell-based test frameworks out there. > (One that springs to mind is the one used by rvm, but last time I > looked - admittedly a while ago now -

splitting off shell test framework

2012-11-12 Thread Adam Spiers
Hi all, I've been pretty impressed with git's test framework, and I'm not aware of many other (decent) shell-based test frameworks out there. (One that springs to mind is the one used by rvm, but last time I looked - admittedly a while ago now - it had limitations). Recently a situation arose whe