bug-dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-dejagnu] puts in runtest.exp


From: Will Cohen
Subject: [Bug-dejagnu] puts in runtest.exp
Date: Wed, 25 Jul 2001 16:42:19 -0400

When developing some tests on for the GCC toolchain cygin which use the
"--directory" option of dejagnu/runtest.exp, I found that the puts
statement in runtest.exp caused problems. I got the following error:

can not find channel named "stdout"

I found by removing the puts statement in runtest.exp eliminated the
problem on cygwin.  I have generated a patch based on the cvs check out
from http://www.gnu.org/software/dejagnu/dejagnu.html and I have
included it with this mail.

2001-07-25  Will Cohen  <address@hidden>

        * runtest.exp: Removed puts statement.

Is there a reason why that lone puts statement is located in
runtest.exp? Could we get it removed?

-Will

--
Will Cohen, GCC Engineer                         ------    ,__o
Red Hat, 2600 Meridian pkwy, Durham, NC 27713   ------   _-\_<,
Office (919)-547-0012 x390  Fax (919)-547-0024 ------   (*)/'(*)
*** runtest.exp.old     Wed Jul 25 16:26:10 2001
--- runtest.exp Wed Jul 25 16:26:39 2001
***************
*** 508,512 ****
        "--di*" {
            set cmdline_dir_to_run $optarg
-           puts "cmdline_dir_to_run = $cmdline_dir_to_run"
            continue
        }
--- 508,511 ----

reply via email to

[Prev in Thread] Current Thread [Next in Thread]