Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
95c313e6
Commit
95c313e6
authored
Aug 02, 2018
by
Gennadiy Civil
Browse files
add --no_stacktrace_support for json-output-unittest
parent
94f2c6fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/CMakeLists.txt
googletest/CMakeLists.txt
+1
-1
No files found.
googletest/CMakeLists.txt
View file @
95c313e6
...
...
@@ -308,5 +308,5 @@ if (gtest_build_tests)
cxx_executable
(
gtest_xml_output_unittest_ test gtest
)
py_test
(
gtest_xml_output_unittest --no_stacktrace_support
)
py_test
(
googletest-json-output-unittest
)
py_test
(
googletest-json-output-unittest
--no_stacktrace_support
)
endif
()
Write
Preview
Markdown
is supported
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