mirror of
				https://github.com/YosysHQ/sby.git
				synced 2025-10-30 20:42:30 +00:00 
			
		
		
		
	Rename ".stamp" file to "status"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
		
							parent
							
								
									ef0d708dfb
								
							
						
					
					
						commit
						410db87ebc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -374,7 +374,7 @@ def run_job(taskname): | |||
|                 for line in logf: | ||||
|                     print(line.replace("&", "&").replace("<", "<").replace(">", ">").replace("\"", """), end="", file=f) | ||||
|             print('</system-out></testcase></testsuite></testsuites>', file=f) | ||||
|         with open("%s/.stamp" % (job.workdir), "w") as f: | ||||
|         with open("%s/status" % (job.workdir), "w") as f: | ||||
|             print("%s %d %d" % (job.status, job.retcode, job.total_time), file=f) | ||||
| 
 | ||||
|     return job.retcode | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue