* NightStrike wrote on Sat, Oct 02, 2010 at 05:47:24PM CEST: > On Sat, Oct 2, 2010 at 5:54 AM, Ralf Wildenhues wrote: > > Is there a way to rerun only failed tests after a 'make -k check'? > > If not, should there be, and how would one go about implementing this > > (I know the makefile parts but not the dejagnu bits).
> I know there's a way to run a specific exp file, and a specific test > from that file: > > RUNTESTFLAGS=file.exp > RUNTESTFLAGS=file.exp=test > > Something like that. > > That's not entirely what you want, though. Well, I'd like a reverse mapping from the failures in recorded *.log files to a set of RUNTESTFLAGS arguments to pass. That's how we implemented 'recheck' in Autotest and in the Automake parallel-tests driver. Ahh, maybe some sed scripting is enough to there though ... Thanks, Ralf