Searched refs:tool_name (Results 1 – 2 of 2) sorted by relevance
72 char *tool_name = argv[0]; in main() local102 tool_name); in main()
56 [Arguments] ${tool_name}58 # tool_name Tool name whose existence is to be checked.60 ${output} ${stderr} ${rc}= OS Execute Command which ${tool_name}61 Should Contain ${output} ${tool_name}62 ... msg=Please install ${tool_name} tool.