mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-devtest
synced 2026-01-16 02:43:32 +01:00
First commit
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
commit
4b912741cb
73 changed files with 3753 additions and 0 deletions
10
scripts/jw-devtest.py
Normal file
10
scripts/jw-devtest.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# -*- 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue