Merge "Revert "Turn gtest isolated true by default""
This commit is contained in:
committed by
Gerrit Code Review
commit
cf5161be7c
@@ -259,7 +259,7 @@ func (test *testDecorator) gtest() bool {
|
|||||||
|
|
||||||
func (test *testDecorator) isolated(ctx BaseModuleContext) bool {
|
func (test *testDecorator) isolated(ctx BaseModuleContext) bool {
|
||||||
if !ctx.Windows() {
|
if !ctx.Windows() {
|
||||||
return BoolDefault(test.LinkerProperties.Isolated, true)
|
return BoolDefault(test.LinkerProperties.Isolated, false)
|
||||||
}
|
}
|
||||||
return BoolDefault(test.LinkerProperties.Isolated, false)
|
return BoolDefault(test.LinkerProperties.Isolated, false)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user