OSDN Git Service

* config/default.exp: Remove unneeded debugging output.
authorduda <duda>
Fri, 9 Mar 2001 15:39:28 +0000 (15:39 +0000)
committerduda <duda>
Fri, 9 Mar 2001 15:39:28 +0000 (15:39 +0000)
* Makefile.in: Use correct path to find dejagnu in local tree.

winsup/testsuite/ChangeLog
winsup/testsuite/Makefile.in
winsup/testsuite/config/default.exp

index 2966ef4..af6e7d6 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-09  Egor Duda  <deo@logos-m.ru>
+
+       * config/default.exp: Remove unneeded debugging output.
+       * Makefile.in: Use correct path to find dejagnu in local tree.
+
 2000-09-06  Egor Duda  <deo@logos-m.ru>
 
        Add 'const' qualifiers where needed to avoid compiler warnings.
index 5e523d9..2c56a58 100644 (file)
@@ -78,8 +78,8 @@ EXPECT = `if [ -f $${rootme}/../../expect/expect$(EXEEXT) ] ; then \
             echo $${rootme}/../../expect/expect$(EXEEXT) ; \
           else echo expect ; fi`
 
-RUNTEST = `if [ -f $${srcdir}/../dejagnu/runtest ] ; then \
-              echo $${srcdir}/../dejagnu/runtest ; \
+RUNTEST = `if [ -f $${srcdir}/../../dejagnu/runtest ] ; then \
+              echo $${srcdir}/../../dejagnu/runtest ; \
            else echo runtest; fi`
 RUNTESTFLAGS =
 
index 5bbaf8d..695808f 100644 (file)
@@ -1,7 +1,6 @@
 proc winsup_version {} {
     global env
     global rootme
-    puts stderr "root=$rootme"
     clone_output "\n[exec grep ^%%% $rootme/../cygwin/new-cygwin1.dll]\n"
     if { [info exists env(CYGWIN)] } {
         clone_output "CYGWIN=$env(CYGWIN)\n"