Merge pull request #822 from fbricker/develop

Make lime run command to automatically launch trace logs
This commit is contained in:
Joshua Granick
2016-10-04 19:47:08 -07:00
committed by GitHub

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