mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	workloads: Update to better utilize cleanup_assets and uninstall
				
					
				
			Update the workload classes to attempt and standardize the use of the `cleanup_assets` parameter and the newly added `uninstall` parameter
This commit is contained in:
		| @@ -286,7 +286,8 @@ class Meabo(Workload): | ||||
|                                    int(match.group('duration')), units="ns") | ||||
|  | ||||
|     def finalize(self, context): | ||||
|         self._uninstall_executable() | ||||
|         if self.uninstall: | ||||
|             self._uninstall_executable() | ||||
|  | ||||
|     def _build_command(self): | ||||
|         self.command = self.target_exe | ||||
|   | ||||
		Reference in New Issue
	
	Block a user