summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/tools/runtest.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-17 17:37:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-17 17:37:50 +0000
commit4608d1b159673fa8293902dfcd8affe65eadb76e (patch)
treeebe7869874df5e6e6ac63b9fcbeb6e7e5b7b4bfe /c/src/lib/libbsp/sparc/erc32/tools/runtest.in
parent2007-04-17 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4608d1b159673fa8293902dfcd8affe65eadb76e.tar.bz2
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.
Diffstat (limited to 'c/src/lib/libbsp/sparc/erc32/tools/runtest.in')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/tools/runtest.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/tools/runtest.in b/c/src/lib/libbsp/sparc/erc32/tools/runtest.in
index 19675fba34..584171f1cd 100644
--- a/c/src/lib/libbsp/sparc/erc32/tools/runtest.in
+++ b/c/src/lib/libbsp/sparc/erc32/tools/runtest.in
@@ -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"