Searched refs:errorScriptPath (Results 1 – 1 of 1) sorted by relevance
311 Path errorScriptPath = Paths.get(testDir, "bad_cmd"); in testBeforeCmdError() local312 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() local338 createExecutableFile(errorScriptPath, "echo 'TEST FAILED'; exit 1"); in testTestFailureHandledCorrectly()358 Path errorScriptPath = Paths.get(hostLinkedFolder.getAbsolutePath(), moduleName); in testAbnormalTestCmdExitHandled() local359 createExecutableFile(errorScriptPath, "echo 'TEST BLOWING UP'; exit 2"); in testAbnormalTestCmdExitHandled()