Searched refs:test_args (Results 1 – 2 of 2) sorted by relevance
939 def art_apex_test_main(test_args): argument940 if test_args.host and test_args.flattened:943 if test_args.list and test_args.tree:946 if test_args.size and not (test_args.list or test_args.tree):949 if not test_args.flattened and not test_args.tmpdir:952 if not test_args.flattened and not test_args.host and not test_args.debugfs:956 if test_args.host:958 if test_args.flavor not in [FLAVOR_DEBUG, FLAVOR_AUTO]:962 test_args.flavor = FLAVOR_DEBUG965 if test_args.flavor == FLAVOR_AUTO:[all …]
369 base_cmd += ['-cp', classpath, args.classname] + args.test_args