test: further fixes to matching for run-tests.py bug
The fix in
bac24a8a095a did not fix the full issue, because the extra number
also eat some of the separator space. Since we are already matching arbitrary
number of space, we easily fix the matching.
--- a/tests/test-run-tests.t Thu Aug 08 11:06:13 2019 +0200
+++ b/tests/test-run-tests.t Fri Aug 09 13:11:27 2019 +0200
@@ -1030,7 +1030,7 @@
# Ran 1 tests, 0 skipped, 0 failed.
# Producing time report
start end cuser csys real Test
- \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} test-success.t (re)
+ \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} test-success.t (re)
test for --time with --job enabled
====================================
@@ -1041,7 +1041,7 @@
# Ran 1 tests, 0 skipped, 0 failed.
# Producing time report
start end cuser csys real Test
- \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} test-success.t (re)
+ \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} test-success.t (re)
Skips
================