summaryrefslogtreecommitdiff
path: root/build-aux/update-test
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/update-test')
-rwxr-xr-xbuild-aux/update-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/update-test b/build-aux/update-test
index 47059b38..c3602c5a 100755
--- a/build-aux/update-test
+++ b/build-aux/update-test
@@ -102,7 +102,7 @@ def update(at_file, logfile):
def process(logfile):
log = contents(logfile)
# Look for the file to update.
- m = re.search(r'^\d+\. ([-\w]+\.at):\d+: ', log, re.MULTILINE)
+ m = re.search(r'^\d+\. ([\-\+\w]+\.at):\d+: ', log, re.MULTILINE)
if not m:
trace("no diff found:", logfile)
return