First commit

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2022-11-01 13:28:53 +01:00
commit 4b912741cb
73 changed files with 3753 additions and 0 deletions

10
scripts/jw-devtest.py Normal file
View 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)