mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
rake test uses source as its resource dir
This commit is contained in:
parent
c5a049dd0f
commit
eb7ed3df33
2
Rakefile
2
Rakefile
@ -97,7 +97,7 @@ task :test => ["clone-default-bundles", "build"] do
|
||||
`pkill Atom`
|
||||
if path = application_path()
|
||||
`rm -rf path`
|
||||
cmd = "#{path}/Contents/MacOS/Atom --test 2> /dev/null"
|
||||
cmd = "#{path}/Contents/MacOS/Atom --test --resource-path=#{ATOM_SRC_PATH} 2> /dev/null"
|
||||
system(cmd)
|
||||
exit($?.exitstatus)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user