mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
💄 Use long opts for clarity
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user