* testsuite-management/validate_failures.py: Fix typo.
authorDiego Novillo <dnovillo@google.com>
Wed, 6 Feb 2013 21:52:11 +0000 (16:52 -0500)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Wed, 6 Feb 2013 21:52:11 +0000 (16:52 -0500)
From-SVN: r195819

contrib/ChangeLog
contrib/testsuite-management/validate_failures.py

index 2e4db76d18e1eabec65b5baa8ef6516cc5923ab1..54304c9b510829207556603fb5a493473223eda9 100644 (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
index 76f9aab1087bdef965d0eae14839a6338587aa8a..74dbcfb035ce68829cc9130fc59e02415ed6e06a 100755 (executable)
@@ -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)