jw-devtest/scripts/jw-devtest.py
Jan Lindemann 4b912741cb First commit
Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-17 11:12:21 +01:00

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)