diff --git a/lib/src/run.dart b/lib/src/run.dart index 8f670451..86ef66fe 100644 --- a/lib/src/run.dart +++ b/lib/src/run.dart @@ -328,7 +328,7 @@ Future runProcessTests( await config.storeEnv(screens, configDeviceName, locale, utils.getStringFromEnum(deviceType), orientation); for (final testPath in testPaths) { - if (flavor != kNoFlavor) { + if (flavor != null && flavor != kNoFlavor) { print( 'Running $testPath on \'$configDeviceName\' in locale $locale with flavor $flavor ...'); await utils.streamCmd('flutter',