* gas/all/gas.exp (comment.s test): Make the "\r" optional, since it depends on

tty modes.

* lib/gas-defs.exp (gas_start): Try using -nottycopy instead of -nottyinit.
This commit is contained in:
Ken Raeburn 1994-12-10 03:50:52 +00:00
parent a55774a124
commit 384b93b1be
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
Fri Dec 9 19:54:04 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
* gas/all/gas.exp (comment.s test): Make the "\r" optional, since
it depends on tty modes.
* lib/gas-defs.exp (gas_start): Try using -nottycopy instead of
-nottyinit.
* gas/arm/gas.exp: The arm6 test should report errors, for now.
Thu Dec 8 20:19:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>

View File

@ -56,7 +56,7 @@ proc gas_start { prog as_opts } {
verbose "Starting $AS $ASFLAGS $as_opts $prog" 2
catch {
spawn -noecho -nottyinit $srcdir/lib/run $AS $ASFLAGS $as_opts $srcdir/$subdir/$prog
spawn -noecho -nottycopy $srcdir/lib/run $AS $ASFLAGS $as_opts $srcdir/$subdir/$prog
} foo
if ![regexp {^[0-9]+} $foo] then {
perror "Can't run $subdir/$prog: $foo"