mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* lib/sim-defs.exp (run_sim_test): Delete the .o and .x files if a
test passes.
This commit is contained in:
parent
a69fbd84ce
commit
2345c93c5f
@ -1,3 +1,8 @@
|
||||
2004-01-23 Ben Elliston <bje@wasabisystems.com>
|
||||
|
||||
* lib/sim-defs.exp (run_sim_test): Delete the .o and .x files if a
|
||||
test passes.
|
||||
|
||||
2003-10-10 Dave Brolley <brolley@redhat.com>
|
||||
|
||||
* sim/frv/testutils.inc (or_gr_immed): New macro.
|
||||
|
@ -289,6 +289,7 @@ proc run_sim_test { name requested_machs } {
|
||||
if { "$opts(xerror)" == "no" } {
|
||||
if [string match $opts(output) $output] {
|
||||
pass "$mach $testname"
|
||||
file delete ${name}.o ${name}.x
|
||||
} else {
|
||||
verbose -log "output: $output" 3
|
||||
verbose -log "pattern: $opts(output)" 3
|
||||
@ -304,6 +305,7 @@ proc run_sim_test { name requested_machs } {
|
||||
} else {
|
||||
if [string match $opts(output) $output] {
|
||||
pass "$mach $testname"
|
||||
file delete ${name}.o ${name}.x
|
||||
} else {
|
||||
verbose -log "output: $output" 3
|
||||
verbose -log "pattern: $opts(output)" 3
|
||||
|
Loading…
Reference in New Issue
Block a user