2003-08-14 Joel Sherrill <joel@OARcorp.com>

* runtest: Add fileio to list of interactive tests.
This commit is contained in:
Joel Sherrill
2003-08-14 13:10:52 +00:00
parent b56c1a3ab7
commit 427c02c16d
5 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2003-08-14 Joel Sherrill <joel@OARcorp.com>
* runtest: Add fileio to list of interactive tests.
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.

View File

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

View File

@@ -1,3 +1,7 @@
2003-08-14 Joel Sherrill <joel@OARcorp.com>
* runtest: Add fileio to list of interactive tests.
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.

View File

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

View File

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