Skip to content

Commit

Permalink
Propogate production flag in test-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
arbesfeld committed Aug 20, 2014
1 parent 8907c23 commit 0f9239b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,7 @@ main.registerCommand({
cordova.buildPlatforms(localPath, mobilePlatforms,
_.extend({}, options, {
appName: path.basename(testRunnerAppDir),
debug: ! options.production
}));
cordova.runPlatforms(localPath, mobilePlatforms);
} catch (err) {
Expand Down

0 comments on commit 0f9239b

Please sign in to comment.