wamr-test-suites: Clean up generated tmp files after spec test (#3700)
Add all possible generated tmp files to the list, those not actually generated will be simply ignored in the deletion process.
This commit is contained in:
@ -572,7 +572,8 @@ def main():
|
||||
if options.parl_flag:
|
||||
# several cases might share the same workspace/tempfile at the same time
|
||||
# so, disable it while running parallelly
|
||||
options.clean_up_flag = False
|
||||
if options.multi_module_flag:
|
||||
options.clean_up_flag = False
|
||||
options.verbose_flag = False
|
||||
|
||||
start = time.time_ns()
|
||||
|
||||
Reference in New Issue
Block a user