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]
Other format: [Raw text]

[RFA] testsuite quit patch


Make the testsuite use the new quit function.

2002-04-26  Martin M. Hunt  <hunt@redhat.com>

	* defs (gdbtk_test_done): Call gdbtk_force_quit. 

Index: testsuite/gdb.gdbtk/defs
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.gdbtk/defs,v
retrieving revision 1.3
diff -u -u -r1.3 defs
--- testsuite/gdb.gdbtk/defs    26 Oct 2001 06:00:07 -0000      1.3
+++ testsuite/gdb.gdbtk/defs    26 Apr 2002 18:05:08 -0000
@@ -276,14 +276,14 @@

 proc gdbtk_test_done {} {
   global _test env
-
+
   if {$_test(logfile) != ""} {
     close $_test(logfile)
   }

   set env(GDBTK_TEST_RUNNING) 0
   if {![info exists _test(interactive)] || !$_test(interactive)} {
-    gdb_force_quit
+    gdbtk_force_quit
   }
 }



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