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

* tools/runtest: Add fileio to list of interactive tests.
This commit is contained in:
Joel Sherrill
2003-08-14 13:12:51 +00:00
parent b83be9053c
commit 0ebe6b8d9d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-08-14 Joel Sherrill <joel@OARcorp.com>
* tools/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

@@ -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
;;