mirror of
ssh://devgit.janware.com/janware/proj/jw-devtest
synced 2026-06-18 00:46:38 +02: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'))
|