mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-devtest
synced 2026-01-15 10:23:32 +01:00
10 lines
181 B
Python
10 lines
181 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import jwutils
|
|
from devtest.os import *
|
|
|
|
jwutils.log.set_filename_length(30)
|
|
|
|
if jwutils.run_sub_commands('Control Device under Test'):
|
|
exit(1)
|
|
exit(0)
|