mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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>
|
2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Use MKDIR_P instead of mkdir_p.
|
* Makefile.am: Use MKDIR_P instead of mkdir_p.
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ do
|
|||||||
|
|
||||||
case "$tname" in
|
case "$tname" in
|
||||||
# size is no longer interactive.
|
# size is no longer interactive.
|
||||||
monitor* | termios* | fileio* | pppd*)
|
capture* | monitor* | termios* | fileio* | pppd*)
|
||||||
warn "Skipping $tname; it is interactive"
|
warn "Skipping $tname; it is interactive"
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
|
|||||||
@@ -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>
|
2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Use MKDIR_P instead of mkdir_p.
|
* Makefile.am: Use MKDIR_P instead of mkdir_p.
|
||||||
|
|||||||
@@ -147,7 +147,7 @@ do
|
|||||||
|
|
||||||
case $tname in
|
case $tname in
|
||||||
# size is no longer interactive.
|
# size is no longer interactive.
|
||||||
monitor* | termios* | fileio* | pppd*)
|
capture* | monitor* | termios* | fileio* | pppd*)
|
||||||
if [ $run_to_completion = "yes" ]
|
if [ $run_to_completion = "yes" ]
|
||||||
then
|
then
|
||||||
warn "Skipping $tname; it is interactive"
|
warn "Skipping $tname; it is interactive"
|
||||||
|
|||||||
@@ -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>
|
2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Use MKDIR_P instead of mkdir_p.
|
* Makefile.am: Use MKDIR_P instead of mkdir_p.
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ do
|
|||||||
|
|
||||||
case $tname in
|
case $tname in
|
||||||
# size is no longer interactive.
|
# size is no longer interactive.
|
||||||
monitor* | termios* | fileio* | pppd*)
|
capture* | monitor* | termios* | fileio* | pppd*)
|
||||||
if [ $run_to_completion = "yes" ]
|
if [ $run_to_completion = "yes" ]
|
||||||
then
|
then
|
||||||
warn "Skipping $tname; it is interactive"
|
warn "Skipping $tname; it is interactive"
|
||||||
|
|||||||
Reference in New Issue
Block a user