Merge pull request #822 from fbricker/develop
Make lime run command to automatically launch trace logs
This commit is contained in:
@@ -121,7 +121,7 @@ class PlatformTarget {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!Reflect.hasField (metaFields.trace, "ignore") && (command == "test" || command == "trace")) {
|
if (!Reflect.hasField (metaFields.trace, "ignore") && (command == "test" || command == "trace" || command == "run" || command == "rerun" )) {
|
||||||
|
|
||||||
if (traceEnabled || command == "trace") {
|
if (traceEnabled || command == "trace") {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user