mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Rakefile runs tests correctly
This commit is contained in:
4
Rakefile
4
Rakefile
@@ -29,7 +29,9 @@ end
|
||||
desc "Run Atom"
|
||||
task :run => :build do
|
||||
if path = binary_path()
|
||||
exitstatus = system "#{path}/Contents/MacOS/Atom #{$ATOM_ARGS.join(' ')} 2> /dev/null"
|
||||
puts "#{path} #{$ATOM_ARGS.join(' ')} 2> /dev/null"
|
||||
exitstatus = system "#{path} #{$ATOM_ARGS.join(' ')} 2> /dev/null"
|
||||
puts exitstatus
|
||||
exit(exitstatus)
|
||||
else
|
||||
exit(1)
|
||||
|
||||
Reference in New Issue
Block a user