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