diff options
author | Diego Novillo <dnovillo@google.com> | 2013-02-06 16:52:11 -0500 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2013-02-06 16:52:11 -0500 |
commit | 144f2e52fcedcc4a139a2a67a3e975b6ddd0d6d4 (patch) | |
tree | af68eaa2cdf0da39092b535291c4a3db95719b6a | |
parent | ceb8649576ddeedbc83623af23eadbad7a13e621 (diff) | |
download | gcc-144f2e52fcedcc4a139a2a67a3e975b6ddd0d6d4.zip gcc-144f2e52fcedcc4a139a2a67a3e975b6ddd0d6d4.tar.gz gcc-144f2e52fcedcc4a139a2a67a3e975b6ddd0d6d4.tar.bz2 |
* testsuite-management/validate_failures.py: Fix typo.
From-SVN: r195819
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/testsuite-management/validate_failures.py | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 2e4db76..54304c9 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,5 +1,9 @@ 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 Copyright years. Request contributions not to use Python features newer diff --git a/contrib/testsuite-management/validate_failures.py b/contrib/testsuite-management/validate_failures.py index 76f9aab..74dbcfb 100755 --- a/contrib/testsuite-management/validate_failures.py +++ b/contrib/testsuite-management/validate_failures.py @@ -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) |