Home
last modified time | relevance | path

Searched refs:errorScriptPath (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostGTestTest.java311 Path errorScriptPath = Paths.get(testDir, "bad_cmd"); in testBeforeCmdError() local
312 createExecutableFile(errorScriptPath, "exit 1"); in testBeforeCmdError()
319 mSetter.setOptionValue("before-test-cmd", errorScriptPath.toString()); in testBeforeCmdError()
337 Path errorScriptPath = Paths.get(hostLinkedFolder.getAbsolutePath(), moduleName); in testTestFailureHandledCorrectly() local
338 createExecutableFile(errorScriptPath, "echo 'TEST FAILED'; exit 1"); in testTestFailureHandledCorrectly()
358 Path errorScriptPath = Paths.get(hostLinkedFolder.getAbsolutePath(), moduleName); in testAbnormalTestCmdExitHandled() local
359 createExecutableFile(errorScriptPath, "echo 'TEST BLOWING UP'; exit 2"); in testAbnormalTestCmdExitHandled()