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

* runtest: Add capture to list of interative tests to skip in batch
	mode.
This commit is contained in:
Joel Sherrill
2007-09-04 23:46:24 +00:00
parent 70443b4034
commit 2a645ad1ab
6 changed files with 18 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* runtest: Add capture to list of interative tests to skip in batch
mode.
2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Use MKDIR_P instead of mkdir_p.

View File

@@ -158,7 +158,7 @@ do
case "$tname" in
# size is no longer interactive.
monitor* | termios* | fileio* | pppd*)
capture* | monitor* | termios* | fileio* | pppd*)
warn "Skipping $tname; it is interactive"
continue
;;

View File

@@ -1,3 +1,8 @@
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* runtest: Add capture to list of interative tests to skip in batch
mode.
2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Use MKDIR_P instead of mkdir_p.

View File

@@ -147,7 +147,7 @@ do
case $tname in
# size is no longer interactive.
monitor* | termios* | fileio* | pppd*)
capture* | monitor* | termios* | fileio* | pppd*)
if [ $run_to_completion = "yes" ]
then
warn "Skipping $tname; it is interactive"

View File

@@ -1,3 +1,8 @@
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* runtest: Add capture to list of interative tests to skip in batch
mode.
2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Use MKDIR_P instead of mkdir_p.

View File

@@ -152,7 +152,7 @@ do
case $tname in
# size is no longer interactive.
monitor* | termios* | fileio* | pppd*)
capture* | monitor* | termios* | fileio* | pppd*)
if [ $run_to_completion = "yes" ]
then
warn "Skipping $tname; it is interactive"