Variables | |
string | package = "Unknown" |
list | qmtest_args = [] |
have_user_options = False | |
list | package = sys.argv[1] |
list | qmtest_args = sys.argv[2:] |
have_user_options = True | |
tuple | qmtest_dir = os.path.normpath(os.path.expandvars(os.environ["QMTESTLOCALDIR"])) |
int | output_pos = 1 |
int | output_pos = 1 |
tuple | qmtest_results = os.path.normpath(os.path.expandvars(os.environ["QMTESTRESULTS"])) |
list | qmtest_args = ["-o",qmtest_results] |
tuple | results_dest_dir = os.path.realpath(os.path.join(qmtest_dir, os.path.dirname(qmtest_results))) |
string | cmd = "qmtest run %s" |
string fragments::run_qmtest::package = "Unknown" [static] |
Definition at line 10 of file run_qmtest.py.
list fragments::run_qmtest::qmtest_args = [] [static] |
Definition at line 11 of file run_qmtest.py.
fragments::run_qmtest::have_user_options = False [static] |
Definition at line 12 of file run_qmtest.py.
list fragments::run_qmtest::package = sys.argv[1] [static] |
Definition at line 14 of file run_qmtest.py.
list fragments::run_qmtest::qmtest_args = sys.argv[2:] [static] |
Definition at line 16 of file run_qmtest.py.
fragments::run_qmtest::have_user_options = True [static] |
Definition at line 17 of file run_qmtest.py.
tuple fragments::run_qmtest::qmtest_dir = os.path.normpath(os.path.expandvars(os.environ["QMTESTLOCALDIR"])) [static] |
Definition at line 21 of file run_qmtest.py.
int fragments::run_qmtest::output_pos = 1 [static] |
Definition at line 24 of file run_qmtest.py.
int fragments::run_qmtest::output_pos = 1 [static] |
Definition at line 27 of file run_qmtest.py.
tuple fragments::run_qmtest::qmtest_results = os.path.normpath(os.path.expandvars(os.environ["QMTESTRESULTS"])) [static] |
Definition at line 35 of file run_qmtest.py.
list fragments::run_qmtest::qmtest_args = ["-o",qmtest_results] [static] |
Definition at line 36 of file run_qmtest.py.
tuple fragments::run_qmtest::results_dest_dir = os.path.realpath(os.path.join(qmtest_dir, os.path.dirname(qmtest_results))) [static] |
Definition at line 38 of file run_qmtest.py.
string fragments::run_qmtest::cmd = "qmtest run %s" [static] |
Definition at line 43 of file run_qmtest.py.