From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Jeff Holcomb Cc: Subject: Re: [RFA] cpp_variable testfile fix Date: Mon, 13 Aug 2001 17:03:00 -0000 Message-id: References: X-SW-Source: 2001-q3/msg00127.html On Mon, 13 Aug 2001, Jeff Holcomb wrote: > 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 > > * cpp_variable.test: Use gdbtk_test_run to start the test > program. Approved. Good catch. I thought I got them all... Keith > > 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 > >