|
From: Jeremy F. <je...@go...> - 2005-02-11 17:09:04
|
On Fri, 2005-02-11 at 15:51 +0000, Julian Seward wrote: > I don't like the idea of --ignore-config. The trouble is that V can pick up command-line options from a variety of places, but we want the V running in the test harness to be running with a very specific set of options. I normally run with a ~/.valgrindrc containing a few of my preferred defaults; it doesn't seem like a good idea for the regtest valgrind to use them though. --ignore-config would basically suppress all of V's use of env variables or files for options, and only use the options explicitly on the command line. J |