Searched refs:testScript (Results 1 – 1 of 1) sorted by relevance
1334 String testScript = mTestCasePath; in doRunTest() local1335 if (!testScript.endsWith(".py")) { in doRunTest()1336 testScript += ".py"; in doRunTest()1338 cmd.add(testScript); in doRunTest()