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

* runtest.in: Add capture to list of interative tests to skip in batch
	mode.
This commit is contained in:
Joel Sherrill
2007-09-04 23:48:55 +00:00
parent e959d8dc1d
commit ef6d26ab0d
12 changed files with 36 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* runtest.in: 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

@@ -131,7 +131,7 @@ do
TEST_TYPE="single"
case $tname in
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.in: 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

@@ -133,7 +133,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.in: 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

@@ -131,7 +131,7 @@ do
TEST_TYPE="single"
case $tname in
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.in: Add capture to list of interative tests to skip in batch
mode.
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* runtest.in: Now works with tsim.

View File

@@ -131,7 +131,7 @@ do
TEST_TYPE="single"
case $tname in
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.in: Add capture to list of interative tests to skip in batch
mode.
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* runtest.in: Now tries to work with tsim.

View File

@@ -131,7 +131,7 @@ do
TEST_TYPE="single"
case $tname in
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.in: 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

@@ -132,7 +132,7 @@ do
TEST_TYPE="single"
case $tname in
monitor* | termios* | fileio* | pppd*)
capture* | monitor* | termios* | fileio* | pppd*)
if [ $run_to_completion = "yes" ]
then
warn "Skipping $tname; it is interactive"