We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5814327 commit29bbcf9Copy full SHA for 29bbcf9
tests/backup.py
@@ -1159,7 +1159,7 @@ def test_sigint_handling(self):
1159
gdb.remove_all_breakpoints()
1160
1161
gdb._execute('signal SIGINT')
1162
-#gdb.continue_execution_until_exit()
+gdb.continue_execution_until_error()
1163
1164
backup_id=self.show_pb(backup_dir,'node')[0]['id']
1165
@@ -1197,7 +1197,7 @@ def test_sigterm_handling(self):
1197
1198
1199
gdb._execute('signal SIGTERM')
1200
-gdb.continue_execution_until_exit()
1201
1202
1203
@@ -1235,7 +1235,7 @@ def test_sigquit_handling(self):
1235
1236
1237
gdb._execute('signal SIGQUIT')
1238
1239
1240
1241