mirror of https://github.com/rails/rails
parent
fd7c773387
commit
0b80408b24
|
@ -6,7 +6,7 @@ include FileUtils
|
|||
APP_ROOT = File.expand_path('..', __dir__)
|
||||
|
||||
def system!(*args)
|
||||
system(*args) || abort("\n== Command #{args} failed ==")
|
||||
system(*args, exception: true)
|
||||
end
|
||||
|
||||
chdir APP_ROOT do
|
||||
|
|
|
@ -6,7 +6,7 @@ include FileUtils
|
|||
APP_ROOT = File.expand_path('..', __dir__)
|
||||
|
||||
def system!(*args)
|
||||
system(*args) || abort("\n== Command #{args} failed ==")
|
||||
system(*args, exception: true)
|
||||
end
|
||||
|
||||
chdir APP_ROOT do
|
||||
|
|
|
@ -6,7 +6,7 @@ include FileUtils
|
|||
APP_ROOT = File.expand_path('..', __dir__)
|
||||
|
||||
def system!(*args)
|
||||
system(*args) || abort("\n== Command #{args} failed ==")
|
||||
system(*args, exception: true)
|
||||
end
|
||||
|
||||
chdir APP_ROOT do
|
||||
|
|
|
@ -6,7 +6,7 @@ include FileUtils
|
|||
APP_ROOT = File.expand_path('..', __dir__)
|
||||
|
||||
def system!(*args)
|
||||
system(*args) || abort("\n== Command #{args} failed ==")
|
||||
system(*args, exception: true)
|
||||
end
|
||||
|
||||
chdir APP_ROOT do
|
||||
|
|
Loading…
Reference in New Issue