forked from Imagelibrary/rtems
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:
@@ -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>
|
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* shared/bspstart.c: Remove assignments of
|
* shared/bspstart.c: Remove assignments of
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user