Skip to content
Snippets Groups Projects
Commit 4cb0a34c authored by Don Lipari's avatar Don Lipari
Browse files

Fixed two tests to clean up residual files

parent 79133e1e
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ if [file exists $file_err] {
}
if {$exit_code == 0} {
wait_for_file $tmp_dir/$file_err
exec $bin_rm -f $file_in $file_out $tmp_dir/$file_err
send_user "\nSUCCESS\n"
}
......
......@@ -256,7 +256,7 @@ if {$matches != 12} {
}
if {$exit_code == 0} {
exec $bin_rm -f $test_prog ${test_prog}.o ${test_prog}.TVD.b3breakpoints
exec $bin_rm -f $test_prog ${test_prog}.o ${test_prog}.TVD.v3breakpoints ${test_prog}.TVD.v3breakpoints~
send_user "\nSUCCESS\n"
}
exit $exit_code
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment