File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
actionmailbox/test/dummy/bin
actiontext/test/dummy/bin Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ include FileUtils
6
6
APP_ROOT = File . expand_path ( '..' , __dir__ )
7
7
8
8
def system! ( *args )
9
- system ( *args ) || abort ( " \n == Command #{ args } failed ==" )
9
+ system ( *args , exception : true )
10
10
end
11
11
12
12
chdir APP_ROOT do
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ include FileUtils
6
6
APP_ROOT = File . expand_path ( '..' , __dir__ )
7
7
8
8
def system! ( *args )
9
- system ( *args ) || abort ( " \n == Command #{ args } failed ==" )
9
+ system ( *args , exception : true )
10
10
end
11
11
12
12
chdir APP_ROOT do
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ include FileUtils
6
6
APP_ROOT = File . expand_path ( '..' , __dir__ )
7
7
8
8
def system! ( *args )
9
- system ( *args ) || abort ( " \n == Command #{ args } failed ==" )
9
+ system ( *args , exception : true )
10
10
end
11
11
12
12
chdir APP_ROOT do
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ include FileUtils
6
6
APP_ROOT = File . expand_path ( '..' , __dir__ )
7
7
8
8
def system! ( *args )
9
- system ( *args ) || abort ( " \n == Command #{ args } failed ==" )
9
+ system ( *args , exception : true )
10
10
end
11
11
12
12
chdir APP_ROOT do
You can’t perform that action at this time.
0 commit comments