Searched refs:createExecutableFile (Results 1 – 1 of 1) sorted by relevance
104 createExecutableFile(scriptPath, script); in createTestScript()115 private void createExecutableFile(Path outPath, String contents) throws IOException { in createExecutableFile() method in HostGTestTest312 createExecutableFile(errorScriptPath, "exit 1"); in testBeforeCmdError()338 createExecutableFile(errorScriptPath, "echo 'TEST FAILED'; exit 1"); in testTestFailureHandledCorrectly()359 createExecutableFile(errorScriptPath, "echo 'TEST BLOWING UP'; exit 2"); in testAbnormalTestCmdExitHandled()