Skip to content
Snippets Groups Projects
Commit 072bc32e authored by Moe Jette's avatar Moe Jette
Browse files

avoid error if core file not found in expected location

parent df226287
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ if {$matches != 1} {
# Post-processing
#
if {$exit_code == 0} {
make_bash_script $file_in "$bin_rm *${test_prog}*core"
make_bash_script $file_in "$bin_rm -f *${test_prog}*core"
exec $file_in
exec $bin_rm -f $file_in $test_prog
send_user "\nSUCCESS\n"
......
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