File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1159,7 +1159,7 @@ def test_sigint_handling(self):
1159
1159
gdb .remove_all_breakpoints ()
1160
1160
1161
1161
gdb ._execute ('signal SIGINT' )
1162
- # gdb.continue_execution_until_exit ()
1162
+ gdb .continue_execution_until_error ()
1163
1163
1164
1164
backup_id = self .show_pb (backup_dir , 'node' )[0 ]['id' ]
1165
1165
@@ -1197,7 +1197,7 @@ def test_sigterm_handling(self):
1197
1197
gdb .remove_all_breakpoints ()
1198
1198
1199
1199
gdb ._execute ('signal SIGTERM' )
1200
- gdb .continue_execution_until_exit ()
1200
+ gdb .continue_execution_until_error ()
1201
1201
1202
1202
backup_id = self .show_pb (backup_dir , 'node' )[0 ]['id' ]
1203
1203
@@ -1235,7 +1235,7 @@ def test_sigquit_handling(self):
1235
1235
gdb .remove_all_breakpoints ()
1236
1236
1237
1237
gdb ._execute ('signal SIGQUIT' )
1238
- gdb .continue_execution_until_exit ()
1238
+ gdb .continue_execution_until_error ()
1239
1239
1240
1240
backup_id = self .show_pb (backup_dir , 'node' )[0 ]['id' ]
1241
1241
You can’t perform that action at this time.
0 commit comments