summaryrefslogtreecommitdiff
path: root/contrib/testsuite-management
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/testsuite-management
parentceb8649576ddeedbc83623af23eadbad7a13e621 (diff)
* testsuite-management/validate_failures.py: Fix typo.
From-SVN: r195819
Diffstat (limited to 'contrib/testsuite-management')
-rwxr-xr-xcontrib/testsuite-management/validate_failures.py2
1 files changed, 1 insertions, 1 deletions
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)