Skip to content

Commit 146fdcf

Browse files
committed
tests: remove unused debug_on_error option
Signed-off-by: Fabio M. Di Nitto <[email protected]>
1 parent 37f702b commit 146fdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def run_and_get_output(config, detach=False, preserve_fds=None, pid_file=None,
225225
keep=False,
226226
command='run', env=None, use_popen=False, hide_stderr=False, cgroup_manager='cgroupfs',
227227
all_dev_null=False, stdin_dev_null=False, id_container=None, relative_config_path="config.json",
228-
chown_rootfs_to=None, callback_prepare_rootfs=None, debug_on_error=None, debug=False):
228+
chown_rootfs_to=None, callback_prepare_rootfs=None, debug=False):
229229

230230
# Some tests require that the container user, which might not be the
231231
# same user as the person running the tests, is able to resolve the full path

0 commit comments

Comments
 (0)