mirror of git://gcc.gnu.org/git/gcc.git
* testsuite-management/validate_failures.py: Fix typo.
From-SVN: r195819
This commit is contained in:
parent
ceb8649576
commit
144f2e52fc
|
|
@ -1,3 +1,7 @@
|
||||||
|
2013-02-06 Diego Novillo <dnovillo@google.com>
|
||||||
|
|
||||||
|
* testsuite-management/validate_failures.py: Fix typo.
|
||||||
|
|
||||||
2013-02-06 Diego Novillo <dnovillo@google.com>
|
2013-02-06 Diego Novillo <dnovillo@google.com>
|
||||||
|
|
||||||
* testsuite-management/validate_failures.py: Update
|
* testsuite-management/validate_failures.py: Update
|
||||||
|
|
|
||||||
|
|
@ -362,7 +362,7 @@ def GetManifestPath(srcdir, target, user_provided_must_exist):
|
||||||
Error('Manifest does not exist: %s' % manifest_path)
|
Error('Manifest does not exist: %s' % manifest_path)
|
||||||
return manifest_path
|
return manifest_path
|
||||||
else:
|
else:
|
||||||
assert srdir and target
|
assert srcdir and target
|
||||||
return _MANIFEST_PATH_PATTERN % (srcdir, _MANIFEST_SUBDIR, target)
|
return _MANIFEST_PATH_PATTERN % (srcdir, _MANIFEST_SUBDIR, target)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue