X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=build%2Fnn-check.py;h=d6bbf5390cf18015c446d560c15e6b2d99e1b0f7;hp=dcb281a19eaab7c86d96ac259210b82b192596b9;hb=84dc480f43559853c83e1dfbede0876327b0c81f;hpb=f1c846f41f71d57200cbfbbc36b7040170996ce3 diff --git a/build/nn-check.py b/build/nn-check.py index dcb281a..d6bbf53 100755 --- a/build/nn-check.py +++ b/build/nn-check.py @@ -95,7 +95,7 @@ print '===================================================' print '%s: starting nn-check' % sys.argv[1] print '===================================================' -index = re.compile(r'^\+\+\+ [b/]*([^ \t]*)') +index = re.compile(r'^\+\+\+ b/(.*)') plus = re.compile(r'^\+') for line in f: # Check for the "diff --cc " delimiter in order to grab the file name.