jw-devtest/scripts/jw-devtest.py
Jan Lindemann 8d62ea3939 jw-devtest.py: Code beautification
Just for the heck of it: Make it even shorter.

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-17 11:12:27 +01:00

8 lines
185 B
Python

# -*- coding: utf-8 -*-
import jwutils
from devtest.os import * # import all commands
jwutils.log.set_filename_length(30)
exit(jwutils.run_sub_commands('Control Device under Test'))