This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[RFA] cpp_variable testfile fix


This changes the cpp_variable testcase to use gdbtk_test_run like the 
other testcases in testsuite/gdb.gdbtk/.  It's required for targets 
that need to start with a "continue" rather than a "run".  Ok to commit?

2001-08-13  Jeff Holcomb  <jeffh@redhat.com>
 
        * cpp_variable.test: Use gdbtk_test_run to start the test 
        program.

Index: cpp_variable.test
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.gdbtk/cpp_variable.test,v
retrieving revision 1.2
diff -u -p -r1.2 cpp_variable.test
--- cpp_variable.test   2001/05/07 20:39:32     1.2
+++ cpp_variable.test   2001/08/13 23:55:32
@@ -143,7 +143,7 @@ proc delete_all_variables {} {
 
 # run to "do_simple_class_tests"
 gdb_cmd "break do_simple_class_tests"
-gdb_cmd "run"
+gdbtk_test_run
 
 # Test:  cpp_variable-1.1
 # Desc:  stopped in do_simple_class_tests


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]