aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/contrib/testsuite-management/validate_failures.py
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/contrib/testsuite-management/validate_failures.py')
-rwxr-xr-xgcc-4.9/contrib/testsuite-management/validate_failures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/contrib/testsuite-management/validate_failures.py b/gcc-4.9/contrib/testsuite-management/validate_failures.py
index 277905046..751cc9401 100755
--- a/gcc-4.9/contrib/testsuite-management/validate_failures.py
+++ b/gcc-4.9/contrib/testsuite-management/validate_failures.py
@@ -193,7 +193,7 @@ def GetMakefileValue(makefile_name, value_name):
def ValidBuildDirectory(builddir):
if (not os.path.exists(builddir) or
- not os.path.exists('%s/Makefile' % builddir)):
+ not os.path.exists('%s/Makefile' % builddir)):
return False
return True