On 05/28/12 02:56, NeilBrown wrote: > On Fri, 25 May 2012 17:24:08 +0200 Jes.Sorensen@xxxxxxxxxx wrote: > >> @@ -231,7 +233,7 @@ do_test() { >> if [ "$savelogs" == "1" ]; then >> cp $targetdir/log $logdir/$_basename.log >> fi >> - if [ "$_fail" == "1" -a $"exitonerror" == "1" ]; then >> + if [ "$_fail" == "1" -a "$exitonerror" == "1" ]; then >> exit 1 >> fi >> fi > > I merged this fix back into the previous patch that introduced the bug :-) > > Otherwise - all applied, > Thanks. Sounds good! > I'll definitely be using the --no-error option! Excellent, glad it's turning out to be useful. I am trying to get to a point where I can have the test suite run automatically, though I am still hitting test errors on both Fedora and RHEL at this point which I need to figure out first. Cheers, Jes -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html