diff options
Diffstat (limited to 'contrib')
-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 3dd147be9e8..9f4505bcba9 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,5 +1,9 @@ 2013-04-18 Diego Novillo <dnovillo@google.com> + * validate_failures.py: Fix typo. + +2013-04-18 Diego Novillo <dnovillo@google.com> + * validate_failures.py: Loosen check for build directory. State what failed if we couldn't find the source tree or the target triplet. diff --git a/contrib/testsuite-management/validate_failures.py b/contrib/testsuite-management/validate_failures.py index aa71c940df9..e9e5292f17b 100755 --- a/contrib/testsuite-management/validate_failures.py +++ b/contrib/testsuite-management/validate_failures.py @@ -361,7 +361,7 @@ def GetManifestPath(srcdir, target, user_provided_must_exist): return manifest_path else: if not srcdir: - Error('Could not determine where the location of GCC\'s source tree. ' + Error('Could not determine the location of GCC\'s source tree. ' 'The Makefile does not contain a definition for "srcdir".') if not target: Error('Could not determine the target triplet for this build. ' |