Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
387ba0c6
Commit
387ba0c6
authored
Aug 30, 2009
by
Zach
Browse files
Fixed line length issue
parent
3941546b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CTest/cmCTestRunTest.cxx
View file @
387ba0c6
...
...
@@ -391,7 +391,8 @@ bool cmCTestRunTest::CreateProcess(double testTimeOut,
{
this
->
TestProcess
=
new
cmProcess
;
this
->
TestProcess
->
SetId
(
this
->
Index
);
this
->
TestProcess
->
SetWorkingDirectory
(
this
->
TestProperties
->
Directory
.
c_str
());
this
->
TestProcess
->
SetWorkingDirectory
(
this
->
TestProperties
->
Directory
.
c_str
());
this
->
TestProcess
->
SetCommand
(
this
->
ActualCommand
.
c_str
());
this
->
TestProcess
->
SetCommandArguments
(
this
->
Arguments
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment