jw-devtest/scripts/jw-devtest.py

8 lines
185 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
import jwutils
from devtest.os import * # import all commands
jwutils.log.set_filename_length(30)
exit(jwutils.run_sub_commands('Control Device under Test'))