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
60d604ae
Commit
60d604ae
authored
Mar 26, 2002
by
Bill Hoffman
Browse files
ENH: show output when running tests
parent
f4bf694b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmaketest.cxx
View file @
60d604ae
...
...
@@ -280,7 +280,7 @@ int main (int argc, char *argv[])
cmSystemTools
::
ChangeDirectory
(
cwd
.
c_str
());
return
1
;
}
std
::
cout
<<
output
<<
"
\n
"
;
// return to the original directory
cmSystemTools
::
ChangeDirectory
(
cwd
.
c_str
());
cmMakefileGenerator
::
UnRegisterGenerators
();
...
...
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