Merge "Recognizing running "prebuilt" launcher and manually built platform" into ub-launcher3-master
This commit is contained in:
commit
3d76dadcd6
|
@ -148,7 +148,8 @@ public class TestStabilityRule implements TestRule {
|
|||
Log.d(TAG, "PLATFORM PRESUBMIT");
|
||||
runFlavor = PLATFORM_PRESUBMIT;
|
||||
} else if (launcherBuildMatcher.group("platform") != null
|
||||
&& platformBuildMatcher.group("postsubmit") != null) {
|
||||
&& (platformBuildMatcher.group("postsubmit") != null
|
||||
|| platformBuildMatcher.group("commandLine") != null)) {
|
||||
Log.d(TAG, "PLATFORM POSTSUBMIT");
|
||||
runFlavor = PLATFORM_POSTSUBMIT;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue