mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
test/shell-job: remove unreachable sys.exit()
The sys.exit(1) after a while True loop can never be reached. Assisted-by: Claude Code (claude-opus-4-6) Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
3179290ca3
commit
55a55d34e8
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ if pid == 0:
|
|||
if not os.access("running", os.F_OK):
|
||||
sys.exit(0)
|
||||
time.sleep(1)
|
||||
sys.exit(1)
|
||||
|
||||
pw.close()
|
||||
pr.read(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue