]> git.ipfire.org Git - pakfire.git/commit
tests: execute: Check that we are not running for forever
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 25 Mar 2025 10:42:39 +0000 (10:42 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 25 Mar 2025 10:42:39 +0000 (10:42 +0000)
commit1ff438fd186dae9d0a86405b7e92de1aa871dd27
treec083cd9321b75da866980fa22e34ad5e550b4d0e
parent33402c0dfde3f0130b760b67889c825baf0008bc
tests: execute: Check that we are not running for forever

There was a bug once where the loop never terminated if the process
actually could never be executed.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
tests/python/execute.py