mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 16:00:46 +08:00
Fix stale use of old 'options' argument.
An earlier patch had made the command line options a global variable _OPTIONS, but it had not renamed all the uses of the old options argument. * testsuite-management/validate_failures.py: Fix stale use of 'options'. From-SVN: r194092
This commit is contained in:
parent
ad25c55802
commit
f15b972787
contrib
@ -1,3 +1,8 @@
|
||||
2012-12-03 Diego Novillo <dnovillo@google.com>
|
||||
|
||||
* testsuite-management/validate_failures.py: Fix stale
|
||||
use of 'options'.
|
||||
|
||||
2012-11-30 Doug Evans <dje@google.com>
|
||||
|
||||
* testsuite-management/validate_failures.py: Add support for @include,
|
||||
|
@ -241,7 +241,7 @@ def GetNegativeResult(line):
|
||||
|
||||
def ParseManifestWorker(result_set, manifest_path):
|
||||
"""Read manifest_path, adding the contents to result_set."""
|
||||
if options.verbosity >= 1:
|
||||
if _OPTIONS.verbosity >= 1:
|
||||
print 'Parsing manifest file %s.' % manifest_path
|
||||
manifest_file = open(manifest_path)
|
||||
for line in manifest_file:
|
||||
|
Loading…
x
Reference in New Issue
Block a user