Ticket #10694 (closed: fixed)
set RUN_SERIAL for MantidPlot* tests in cmake
Reported by: | Steven Hahn | Owned by: | Steven Hahn |
---|---|---|---|
Priority: | major | Milestone: | Release 3.3 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Pete Peterson |
Description (last modified by Steven Hahn) (diff)
Use RUN_SERIAL instead of excluding and then running MantidPlot* tests. In addition, we also want to use "cmake --build ." instead of "make" and "msbuild".
http://www.cmake.org/cmake/help/v3.0/prop_test/RUN_SERIAL.html
Change History
comment:1 Changed 6 years ago by Steven Hahn
- Summary changed from use cmake RUN_SERIAL to set RUN_SERIAL for MantidPlot* tests in cmake
comment:2 Changed 6 years ago by Steven Hahn
Refs #10694. MantidPlot tests are run serially. Using cmake --build
Changeset: 2648811bb681a4cd488a939f3837f438526f72a1
comment:3 Changed 6 years ago by Steven Hahn
- Status changed from new to verify
- Resolution set to fixed
This is being verified as pull request #87.
comment:4 Changed 6 years ago by Steven Hahn
Refs #10694. attempting to update windows build script
Changeset: 42178e4f3491fad82d9c67a16ba5c6264153b372
comment:5 Changed 6 years ago by Pete Peterson
- Status changed from verify to verifying
- Tester set to Pete Peterson
comment:7 Changed 6 years ago by Steven Hahn
Refs #10694. fix errors in buildscript.
Changeset: b97c6b9ea0d8efc966c8726efa6d7e699c0cd20f
comment:8 Changed 6 years ago by Steven Hahn
Refs #10694. cmake won't rerun after it was just configured.
Changeset: 135f57797454a916b9effd6ab862dcc440e3a227
comment:9 Changed 6 years ago by Steven Hahn
Refs #10694. fix buildscript.bat
Changeset: 6962ff44a3942b1bc97f649e03b114c775182fc9
comment:10 Changed 6 years ago by Steven Hahn
Refs #10694. Revert buildscript.bat back to msbuild.
Changeset: 89a3c236225c00065cee28809a4108436723264a
comment:11 Changed 6 years ago by Steven Hahn
Refs #10694. add missing period.
Changeset: 1af0817ac2380988444288e25b86a2c7538f87a3
comment:12 Changed 6 years ago by Steven Hahn
buildscript.bat will change to "cmake --build ." in http://trac.mantidproject.org/mantid/ticket/10701.
testings: code review and verify the build servers are still operating correctly with the new scripts.
comment:13 Changed 6 years ago by Pete Peterson
- Status changed from verifying to closed
Merge pull request #87 from mantidproject/feature/10694_use_run_serial
Without the big changes to the windows build script this is finally good.
Full changeset: a79c20eea41ed8fbd16b5b4d456231d77567c71c
comment:14 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 11536