summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-03-31 20:04:29 (GMT)
committerBrad King <brad.king@kitware.com>2015-03-31 20:04:29 (GMT)
commitb687d672815d45aab9d8043eef23405525aa98e2 (patch)
tree4847bfa3d42716277324429ee3174ab027c5cea7 /Tests/RunCMake
parent6bce027662588b972602e2e74c16a1883ed853cf (diff)
downloadCMake-b687d672815d45aab9d8043eef23405525aa98e2.zip
CMake-b687d672815d45aab9d8043eef23405525aa98e2.tar.gz
CMake-b687d672815d45aab9d8043eef23405525aa98e2.tar.bz2
Tests: Fix RunCMake.CTestCommandLine expected output time matching
When matching ctest command-line output, we must account for the formatting of times that take 10 seconds or more. The values are right-justified, so use " +" to match any amount of space before them.
Diffstat (limited to 'Tests/RunCMake')
-rw-r--r--Tests/RunCMake/CTestCommandLine/repeat-until-fail-ctest-stdout.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/Tests/RunCMake/CTestCommandLine/repeat-until-fail-ctest-stdout.txt b/Tests/RunCMake/CTestCommandLine/repeat-until-fail-ctest-stdout.txt
index 0bc4f70..6e133cd 100644
--- a/Tests/RunCMake/CTestCommandLine/repeat-until-fail-ctest-stdout.txt
+++ b/Tests/RunCMake/CTestCommandLine/repeat-until-fail-ctest-stdout.txt
@@ -1,26 +1,26 @@
^Test project .*/Tests/RunCMake/CTestCommandLine/repeat-until-fail-build
Start 1: initialization
- Test #1: initialization ................... Passed [0-9.]+ sec
+ Test #1: initialization ................... Passed +[0-9.]+ sec
Start 1: initialization
- Test #1: initialization ................... Passed [0-9.]+ sec
+ Test #1: initialization ................... Passed +[0-9.]+ sec
Start 1: initialization
-1/4 Test #1: initialization ................... Passed [0-9.]+ sec
+1/4 Test #1: initialization ................... Passed +[0-9.]+ sec
Start 2: test1
- Test #2: test1 ............................ Passed [0-9.]+ sec
+ Test #2: test1 ............................ Passed +[0-9.]+ sec
Start 2: test1
- Test #2: test1 ............................\*\*\*Failed [0-9.]+ sec
+ Test #2: test1 ............................\*\*\*Failed +[0-9.]+ sec
Start 3: hello
- Test #3: hello ............................ Passed [0-9.]+ sec
+ Test #3: hello ............................ Passed +[0-9.]+ sec
Start 3: hello
- Test #3: hello ............................ Passed [0-9.]+ sec
+ Test #3: hello ............................ Passed +[0-9.]+ sec
Start 3: hello
-3/4 Test #3: hello ............................ Passed [0-9.]+ sec
+3/4 Test #3: hello ............................ Passed +[0-9.]+ sec
Start 4: goodbye
- Test #4: goodbye .......................... Passed [0-9.]+ sec
+ Test #4: goodbye .......................... Passed +[0-9.]+ sec
Start 4: goodbye
- Test #4: goodbye .......................... Passed [0-9.]+ sec
+ Test #4: goodbye .......................... Passed +[0-9.]+ sec
Start 4: goodbye
-4/4 Test #4: goodbye .......................... Passed [0-9.]+ sec
+4/4 Test #4: goodbye .......................... Passed +[0-9.]+ sec
+
75% tests passed, 1 tests failed out of 4
+