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:37:50 +00:00
parent 1520d66a30
commit 4608d1b159
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.
2007-03-11 Joel Sherrill <joel@OARcorp.com>
* shared/bspstart.c: Remove assignments of

View File

@@ -2,7 +2,7 @@
#
# $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
# Typically the test is then run, although it can be generated
# and left as a file using -s
@@ -131,7 +131,7 @@ do
TEST_TYPE="single"
case $tname in
monitor* | termios* | fileio*)
monitor* | termios* | fileio* | pppd*)
if [ $run_to_completion = "yes" ]
then
warn "Skipping $tname; it is interactive"

View File

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

View File

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