diff options
author | Ben Elliston <bje@gnu.org> | 2005-12-24 03:17:23 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2005-12-24 03:17:23 +0000 |
commit | bf217479d37b8e6efffa65d7b29ec8d69cbe1e65 (patch) | |
tree | 8cbb5e28d2a9fb8deaf874aaba075454085c8e18 | |
parent | a7be869b17a86f116ae5e2500e23115b236060b7 (diff) | |
download | dejagnu-bf217479d37b8e6efffa65d7b29ec8d69cbe1e65.zip dejagnu-bf217479d37b8e6efffa65d7b29ec8d69cbe1e65.tar.gz dejagnu-bf217479d37b8e6efffa65d7b29ec8d69cbe1e65.tar.bz2 |
* testsuite/libdejagnu/tunit.exp: Don't change to a non-existent
subdirectory.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | testsuite/libdejagnu/tunit.exp | 13 |
2 files changed, 5 insertions, 13 deletions
@@ -1,5 +1,10 @@ 2005-12-24 Ben Elliston <bje@gnu.org> + * testsuite/libdejagnu/tunit.exp: Don't change to a non-existent + subdirectory. + +2005-12-24 Ben Elliston <bje@gnu.org> + * Makefile.am (RUNTEST): Simplify, as Automake already generates similar logic in Makefile.in. * Makefile.in: Regenerate. diff --git a/testsuite/libdejagnu/tunit.exp b/testsuite/libdejagnu/tunit.exp index 0f66c51..1a97368 100644 --- a/testsuite/libdejagnu/tunit.exp +++ b/testsuite/libdejagnu/tunit.exp @@ -23,9 +23,6 @@ load_lib "dejagnu.exp" #strace $tracelevel # exp_internal -f dbg.log 1 -# Execute everything in the test subdir so all the output files go there. -cd $subdir - # Get the size of the module being tested. set sizes [exe_size "unit"] if {[lindex $sizes 0] == "-1"} { @@ -49,13 +46,3 @@ verbose "Data section size of proctor is 0x$datasize" if { [host_execute "unit"] != "" } { perror "unit had an execution error" 0 } - -# All done, back to the top level test directory -cd .. - - - - - - - |