diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2017-09-06 16:07:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-09-08 14:03:01 (GMT) |
commit | 5b829c89b8cdb5b8f908dcd4849a37a183b0971c (patch) | |
tree | 4c0105ce057c91a42a77adac5450408a153d654b /Tests/RunCMake/ctest_labels_for_subprojects/ModuleVariableCommandLine-stdout.txt | |
parent | a6e32eb0c26277c71c586aba457df5daaf2a71ba (diff) | |
download | CMake-5b829c89b8cdb5b8f908dcd4849a37a183b0971c.zip CMake-5b829c89b8cdb5b8f908dcd4849a37a183b0971c.tar.gz CMake-5b829c89b8cdb5b8f908dcd4849a37a183b0971c.tar.bz2 |
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/ctest_labels_for_subprojects/ModuleVariableCommandLine-stdout.txt')
-rw-r--r-- | Tests/RunCMake/ctest_labels_for_subprojects/ModuleVariableCommandLine-stdout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/ctest_labels_for_subprojects/ModuleVariableCommandLine-stdout.txt b/Tests/RunCMake/ctest_labels_for_subprojects/ModuleVariableCommandLine-stdout.txt index b5d76a9..3567a92 100644 --- a/Tests/RunCMake/ctest_labels_for_subprojects/ModuleVariableCommandLine-stdout.txt +++ b/Tests/RunCMake/ctest_labels_for_subprojects/ModuleVariableCommandLine-stdout.txt @@ -1,6 +1,6 @@ 50% tests passed, 1 tests failed out of 2 + Subproject Time Summary: -MySubproject += +[0-9.]+ sec \(2 tests\) +MySubproject += +[0-9.]+ sec\*proc \(2 tests\) + Total Test time \(real\) = +[0-9.]+ sec |