mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
Rakefile runs tests correctly
This commit is contained in:
parent
dc7edc22cf
commit
8352c5cda3
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)
|
||||
|
Loading…
Reference in New Issue
Block a user