Make lime run command to automatically launch trace logs

This commit is contained in:
Federico Bricker
2016-10-04 23:45:38 -03:00
parent c25fe9f2d8
commit 80747f0ebd

View File

@@ -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") {