diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-06-25 15:52:15 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-06-25 15:52:15 +0000 |
commit | 734a5c36127b30eeea8ea6fea4e8e9114fae01dd (patch) | |
tree | d140a34e3f92e739021722141751073ac2fdb411 /gdb/testsuite/lib | |
parent | fe9441f601347a780ae356cd935aef2d37b824ee (diff) | |
download | gdb-734a5c36127b30eeea8ea6fea4e8e9114fae01dd.zip gdb-734a5c36127b30eeea8ea6fea4e8e9114fae01dd.tar.gz gdb-734a5c36127b30eeea8ea6fea4e8e9114fae01dd.tar.bz2 |
* lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 99d69ab9..e9b63f5 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -2732,7 +2732,7 @@ proc clean_restart { executable } { # Please refer to build_executable for parameter description. proc prepare_for_testing { testname executable {sources ""} {options {debug}}} { - if {[build_executable $testname $executable $sources] == -1} { + if {[build_executable $testname $executable $sources $options] == -1} { return -1 } clean_restart $executable |