Searched refs:execute_command (Results 1 – 2 of 2) sorted by relevance
373 def execute_command(self) -> bool: member in ReleaseWorkflow440 if not release_workflow.execute_command():
2100 const char *execute_command = NULL; in perform_test_reparse_source() local2140 execute_command = getenv("CINDEXTEST_EXECUTE_COMMAND"); in perform_test_reparse_source()2153 if (execute_command && trial == execute_after_trial) { in perform_test_reparse_source()2154 result = indextest_perform_shell_execution(execute_command); in perform_test_reparse_source()