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