f6
This commit is contained in:
@@ -30,7 +30,6 @@ class Platforms {
|
|||||||
if (dn.indexOf(l) < 0) {
|
if (dn.indexOf(l) < 0) {
|
||||||
ok = false;
|
ok = false;
|
||||||
steps.print("${key} skip because of whiteList")
|
steps.print("${key} skip because of whiteList")
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -38,7 +37,6 @@ class Platforms {
|
|||||||
if (dn.indexOf(l) >= 0) {
|
if (dn.indexOf(l) >= 0) {
|
||||||
ok = false;
|
ok = false;
|
||||||
steps.print("${key} skip because of blackList")
|
steps.print("${key} skip because of blackList")
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (ok) {
|
if (ok) {
|
||||||
|
|||||||
Reference in New Issue
Block a user