telerik / mobile-cli-lib

Contains common infrastructure for CLIs - mainly AppBuilder, NativeScript, DDB and Proton.
Apache License 2.0
11 stars 10 forks source link

fix: logcat tests sometimes fail #1140

Closed rosen-vladimirov closed 6 years ago

rosen-vladimirov commented 6 years ago

Some logcat related tests fail, particularly the should not kill the process if started with keepSingleProcess. We are not sure what causes the issue, but we suspect it is related to the static variable that is used in the tests. Replace it with a variable that is per instance.