💄 Use long opts for clarity

This commit is contained in:
Kevin Sawicki
2013-10-11 09:08:57 -07:00
parent aed15766fb
commit c1f8b1e941

View File

@@ -15,7 +15,7 @@ module.exports = (grunt) ->
queue = async.queue (packagePath, callback) ->
options =
cmd: apmPath
args: ['test', '-p', atomPath]
args: ['test', '--path', atomPath]
opts:
cwd: packagePath
grunt.log.writeln("Launching #{path.basename(packagePath)} specs.")