mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-devtest
synced 2026-01-15 10:23:32 +01:00
Just for the heck of it: Make it even shorter. Signed-off-by: Jan Lindemann <jan@janware.com>
8 lines
185 B
Python
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'))
|