summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2013-02-06 16:52:11 -0500
committerDiego Novillo <dnovillo@gcc.gnu.org>2013-02-06 16:52:11 -0500
commit144f2e52fcedcc4a139a2a67a3e975b6ddd0d6d4 (patch)
treeaf68eaa2cdf0da39092b535291c4a3db95719b6a /contrib
parentceb8649576ddeedbc83623af23eadbad7a13e621 (diff)
* testsuite-management/validate_failures.py: Fix typo.
From-SVN: r195819
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/testsuite-management/validate_failures.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 2e4db76d18e..54304c9b510 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 76f9aab1087..74dbcfb035c 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)