Searched refs:input_command (Results 1 – 2 of 2) sorted by relevance
63 def check_read_test_end(result=None, input_command=None): argument65 index = result.find(input_command) + len(input_command)67 if input_command.startswith("./"):84 if "%s%s" % (CPP_ERR_MESSAGE, input_command[2:]) in result_output:89 elif input_command.startswith("zcat"):91 elif input_command == "uname":95 elif input_command.startswith("chmod +x") and input_command.find("query.bin"):100 if input_command == "reboot" or input_command == "reset":102 if input_command.startswith("mount"):187 input_command = command[all …]
185 input_command = command190 if isinstance(input_command, list):