* testsuite-management/validate_failures.py: Fix typo.
From-SVN: r195819
This commit is contained in:
parent
ceb8649576
commit
144f2e52fc
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* 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)
|
||||
return manifest_path
|
||||
else:
|
||||
assert srdir and target
|
||||
assert srcdir and target
|
||||
return _MANIFEST_PATH_PATTERN % (srcdir, _MANIFEST_SUBDIR, target)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue