regression cleanup .run files

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2024-10-19 16:11:18 -07:00
parent b0804a01f2
commit 900c762ddb
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ proc run_test_plain { test cmd_file log_file } {
cleanse_logfile $test $log_file
return "ERROR $error"
}
file delete $run_file
cleanse_logfile $test $log_file
return ""
}