Skip to content

Commit

Permalink
* testsuite-management/validate_failures.py: Fix typo.
Browse files Browse the repository at this point in the history
From-SVN: r195819
  • Loading branch information
dnovillo authored and Diego Novillo committed Feb 6, 2013
1 parent ceb8649 commit 144f2e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions contrib/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2013-02-06 Diego Novillo <[email protected]>

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

2013-02-06 Diego Novillo <[email protected]>

* testsuite-management/validate_failures.py: Update
Expand Down
2 changes: 1 addition & 1 deletion contrib/testsuite-management/validate_failures.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 144f2e5

Please sign in to comment.