2007-04-17 Joel Sherrill <joel@OARcorp.com>

* erc32/tools/runtest.in, leon2/tools/runtest.in,
	leon3/tools/runtest.in: Do not run pppd.exe from batch mode script.
This commit is contained in:
Joel Sherrill
2007-04-17 17:38:03 +00:00
parent 9403f2a207
commit d885a265dd
4 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2007-04-17 Joel Sherrill <joel@OARcorp.com>
* erc32/tools/runtest.in, leon2/tools/runtest.in,
leon3/tools/runtest.in: Do not run pppd.exe from batch mode script.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address. * configure.ac: New BUG-REPORT address.

View File

@@ -2,7 +2,7 @@
# #
# $Id$ # $Id$
# #
# Run rtems tests on the hppa simulator # Run rtems tests on the SPARC simulator includeed with GDB
# This program generates a simulator script to run each test # This program generates a simulator script to run each test
# Typically the test is then run, although it can be generated # Typically the test is then run, although it can be generated
# and left as a file using -s # and left as a file using -s
@@ -131,7 +131,7 @@ do
TEST_TYPE="single" TEST_TYPE="single"
case $tname in case $tname in
monitor* | termios* | fileio*) monitor* | termios* | fileio* | pppd*)
if [ $run_to_completion = "yes" ] if [ $run_to_completion = "yes" ]
then then
warn "Skipping $tname; it is interactive" warn "Skipping $tname; it is interactive"

View File

@@ -131,7 +131,7 @@ do
TEST_TYPE="single" TEST_TYPE="single"
case $tname in case $tname in
monitor* | termios* | fileio*) monitor* | termios* | fileio* | pppd*)
if [ $run_to_completion = "yes" ] if [ $run_to_completion = "yes" ]
then then
warn "Skipping $tname; it is interactive" warn "Skipping $tname; it is interactive"

View File

@@ -131,7 +131,7 @@ do
TEST_TYPE="single" TEST_TYPE="single"
case $tname in case $tname in
monitor* | termios* | fileio*) monitor* | termios* | fileio* | pppd*)
if [ $run_to_completion = "yes" ] if [ $run_to_completion = "yes" ]
then then
warn "Skipping $tname; it is interactive" warn "Skipping $tname; it is interactive"