Searched refs:test_args (Results 1 – 2 of 2) sorted by relevance
1108 def art_apex_test_main(test_args): argument1109 if test_args.host and test_args.flattened:1112 if test_args.list and test_args.tree:1115 if test_args.size and not (test_args.list or test_args.tree):1118 if not test_args.flattened and not test_args.tmpdir:1121 if not test_args.flattened and not test_args.host and not test_args.debugfs:1125 if test_args.host:1127 if test_args.flavor not in [FLAVOR_DEBUG, FLAVOR_AUTO]:1131 test_args.flavor = FLAVOR_DEBUG1134 if test_args.flavor == FLAVOR_AUTO:[all …]
369 base_cmd += ['-cp', classpath, args.classname] + args.test_args