Searched refs:testProgram (Results 1 – 3 of 3) sorted by relevance
34 String testProgram = System.getProperty("cli_ure_test"); in checkGeneratedCLITypes() local35 if (testProgram == null || testProgram.length() == 0) in checkGeneratedCLITypes()38 proc = Runtime.getRuntime().exec(testProgram); in checkGeneratedCLITypes()
37 String testProgram = System.getProperty("cli_test", ""); in runCLITests() local38 if (testProgram.length() == 0) in runCLITests()45 String[] cmdarray = new String[] {testProgram, arg1}; in runCLITests()57 System.out.println("### " + testProgram + " finished with exit code " + retVal); in runCLITests()
36 String testProgram = System.getProperty("cli_test_program"); in checkVersion() local37 if (testProgram == null || testProgram.length() == 0) in checkVersion()55 proc = Runtime.getRuntime().exec(testProgram, arEnv); in checkVersion()
Completed in 11 milliseconds