* testsuite-management/validate_failures.py: Fix typo.

From-SVN: r195819
This commit is contained in:
Diego Novillo 2013-02-06 16:52:11 -05:00 committed by Diego Novillo
parent ceb8649576
commit 144f2e52fc
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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)