ddavis2speedray / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

--gtest_flag flag_value should work #291

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we support --gtest_flag=flag_value.  --gtest_flag flag_value
should work too, as many people are used to that.

Original issue reported on code.google.com by w...@google.com on 7 Jun 2010 at 4:10

GoogleCodeExporter commented 9 years ago
How do you expect this to work with our flags that support optional parameters? 
E.g.,
how would you treat

--gtest_catch_exceptions a_parameter_for_code_under_test

?

What if a_parameter_for_code_under_test is a non-bool value?

Original comment by vl...@google.com on 7 Jun 2010 at 5:58