On Wed, Nov 28, 2012 at 6:02 PM, Doug Evans <d...@google.com> wrote: > On Wed, Nov 28, 2012 at 12:35 PM, Diego Novillo <dnovi...@google.com> wrote: >> >> Am I right in understanding that you are intending to call >> >> $ validate_failures.py --clean_build=/path/to/gdb/bld >> --manifest=/path/to/gdb.sum ? >> >> If that's not what you are intending, then I am completely lost :) > > s/--manifest/--results/ > > i.e. > $ validate_failures.py --clean_build=/path/to/gdb/bld > --results=/path/to/gdb.sum ...
Aha! OK, yes, that makes sense. I'm sorry it took me so long to get this. At first I was almost convinced that the patch was going to break my favourite use: $ validate_failures.py --clean_build=../clean/bld The patch is fine. Thanks. Diego.