Skip to content
GitLab
Menu
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
c9a7f056
Commit
c9a7f056
authored
Jul 12, 2005
by
Andy Cedilnik
Browse files
BUG: Make sure it always starts in the current directory when searching for tests
parent
219bcf25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CTest/cmCTestTestHandler.cxx
View file @
c9a7f056
...
...
@@ -80,6 +80,7 @@ bool cmCTestSubdirCommand::InitialPass(std::vector<std::string> const& args)
std
::
string
cwd
=
cmSystemTools
::
GetCurrentWorkingDirectory
();
for
(
it
=
args
.
begin
();
it
!=
args
.
end
();
++
it
)
{
cmSystemTools
::
ChangeDirectory
(
cwd
.
c_str
());
std
::
string
fname
=
cwd
;
fname
+=
"/"
;
fname
+=
*
it
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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