/[dejagnu]/dejagnu/testsuite/runtest.all/remote.test
ViewVC logotype

Diff of /dejagnu/testsuite/runtest.all/remote.test

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by rsavoye, Mon Feb 5 04:33:05 2001 UTC revision 1.2 by bje, Sun Aug 17 23:00:09 2003 UTC
# Line 13  if [ file exists $srcdir/$subdir/default Line 13  if [ file exists $srcdir/$subdir/default
13      puts "ERROR: $srcdir/$subdir/default_procs.tcl doesn't exist"      puts "ERROR: $srcdir/$subdir/default_procs.tcl doesn't exist"
14  }  }
15    
16  set file $srcdir/../lib/remote.exp      set file $srcdir/../lib/remote.exp
17  if [ file exists $file] {  if [ file exists $file] {
18      source $file      source $file
19  } else {  } else {
# Line 128  catch "wait -i $spawn_id" Line 128  catch "wait -i $spawn_id"
128    
129  #  #
130  # Connect to the configured target  # Connect to the configured target
131  #  #
132  set target_info(target,netport) $target_info(idp,netport)  set target_info(target,netport) $target_info(idp,netport)
133  set target_info(target,target)  localhost  set target_info(target,target)  localhost
134  set target_info(target,connect) rlogin  set target_info(target,connect) rlogin
# Line 165  catch "wait -i $spawn_id" Line 165  catch "wait -i $spawn_id"
165    
166  #  #
167  # Connect to the configured host  # Connect to the configured host
168  #  #
169  set target_info(host,connect) rlogin  set target_info(host,connect) rlogin
170  set target_info(host,netport) $target_info(idp,netport)  set target_info(host,netport) $target_info(idp,netport)
171  set target_info(host,target)  localhost  set target_info(host,target)  localhost

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26