mirror of
ssh://devgit.janware.com/janware/proj/jw-devtest
synced 2026-06-17 22:26:38 +02: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)
|