mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-03 14:01:57 +02:00
tests: fix backup.BackupTest.test_sigint_handling
This commit is contained in:
parent
2050cc0350
commit
5814327593
@ -1159,7 +1159,7 @@ class BackupTest(ProbackupTest, unittest.TestCase):
|
||||
gdb.remove_all_breakpoints()
|
||||
|
||||
gdb._execute('signal SIGINT')
|
||||
gdb.continue_execution_until_exit()
|
||||
# gdb.continue_execution_until_exit()
|
||||
|
||||
backup_id = self.show_pb(backup_dir, 'node')[0]['id']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user