allwinner_a64/android/external/autotest/cli/atest
2018-08-08 16:14:42 +08:00

8 lines
107 B
Python
Executable file

#!/usr/bin/python -u
import sys
import common
from autotest_lib.cli import atest
sys.exit(atest.main())