Turn gtest isolated true by default
Test: presubmit Bug: 178498003 Change-Id: Ica5584e8b20b5acc92759b384a9263dbd1d4096d
This commit is contained in:
parent
f2d126b3d8
commit
d2a9d88410
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ func (test *testDecorator) gtest() bool {
|
|||
|
||||
func (test *testDecorator) isolated(ctx BaseModuleContext) bool {
|
||||
if !ctx.Windows() {
|
||||
return BoolDefault(test.LinkerProperties.Isolated, false)
|
||||
return BoolDefault(test.LinkerProperties.Isolated, true)
|
||||
}
|
||||
return BoolDefault(test.LinkerProperties.Isolated, false)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue