mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	lf_check.py : output formatting changes
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		@@ -221,7 +221,8 @@ class lf_check():
 | 
			
		||||
                if self.test_result == "Failure":
 | 
			
		||||
                    self.html_results += """<td><a href=""" + str(stderr_log_txt) + """ target=\"_blank\">STDERR</a></td>"""
 | 
			
		||||
                else:
 | 
			
		||||
                    self.html_results += """</tr>""" 
 | 
			
		||||
                    self.html_results += """<td></td>"""
 | 
			
		||||
                self.html_results += """</tr>""" 
 | 
			
		||||
 | 
			
		||||
                row = [test,command,self.test_result,stdout_log_txt,stderr_log_txt]
 | 
			
		||||
                print("row: {}".format(row))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user