summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CTestCommandLine
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2017-09-06 12:07:08 -0400
committerBrad King <brad.king@kitware.com>2017-09-08 10:03:01 -0400
commit5b829c89b8cdb5b8f908dcd4849a37a183b0971c (patch)
tree4c0105ce057c91a42a77adac5450408a153d654b /Tests/RunCMake/CTestCommandLine
parenta6e32eb0c26277c71c586aba457df5daaf2a71ba (diff)
downloadcmake-5b829c89b8cdb5b8f908dcd4849a37a183b0971c.tar.gz
CTest: Weight reported test times by PROCESSORS in summaries
This commit changes the times reported by labels and subprojects to be weighted by the PROCESSORS property. It is reported with `sec*proc` instead of just `sec`.
Diffstat (limited to 'Tests/RunCMake/CTestCommandLine')
-rw-r--r--Tests/RunCMake/CTestCommandLine/LabelCount-stdout.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/CTestCommandLine/LabelCount-stdout.txt b/Tests/RunCMake/CTestCommandLine/LabelCount-stdout.txt
index 7fe04eb6a9..9cfe41ca3a 100644
--- a/Tests/RunCMake/CTestCommandLine/LabelCount-stdout.txt
+++ b/Tests/RunCMake/CTestCommandLine/LabelCount-stdout.txt
@@ -1,7 +1,7 @@
100% tests passed, 0 tests failed out of 4
+
+Label Time Summary:
-+'bar' = +[0-9.]+ sec \(3 tests\)
-+'foo' = +[0-9.]+ sec \(1 test\)
++'bar' = +[0-9.]+ sec\*proc \(3 tests\)
++'foo' = +[0-9.]+ sec\*proc \(1 test\)
+
Total Test time \(real\) = +[0-9.]+ sec