mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-devtest
synced 2026-01-15 02:22:56 +01:00
jw-devtest.py: Code beautification
Just for the heck of it: Make it even shorter. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1592ea933c
commit
8d62ea3939
1 changed files with 2 additions and 4 deletions
|
|
@ -1,10 +1,8 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import jwutils
|
import jwutils
|
||||||
from devtest.os import *
|
from devtest.os import * # import all commands
|
||||||
|
|
||||||
jwutils.log.set_filename_length(30)
|
jwutils.log.set_filename_length(30)
|
||||||
|
|
||||||
if jwutils.run_sub_commands('Control Device under Test'):
|
exit(jwutils.run_sub_commands('Control Device under Test'))
|
||||||
exit(1)
|
|
||||||
exit(0)
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue