Update tests.py
Browse files
    	
        tests.py
    CHANGED
    
    | @@ -112,7 +112,6 @@ def run(cmd, timeout_sec,forever_cmd): | |
| 112 | 
             
                print(child.readline().decode())
         | 
| 113 | 
             
                child.sendline('password')
         | 
| 114 | 
             
                print(child.readline().decode())
         | 
| 115 | 
            -
                child.sendline('Y')
         | 
| 116 | 
             
                print(child.readline().decode())
         | 
| 117 |  | 
| 118 | 
             
                child.sendline('PROMPT_COMMAND="echo END"')
         | 
|  | |
| 112 | 
             
                print(child.readline().decode())
         | 
| 113 | 
             
                child.sendline('password')
         | 
| 114 | 
             
                print(child.readline().decode())
         | 
|  | |
| 115 | 
             
                print(child.readline().decode())
         | 
| 116 |  | 
| 117 | 
             
                child.sendline('PROMPT_COMMAND="echo END"')
         |