2001-08-16 Joel Sherrill <joel@OARcorp.com>

* tools/runtest.in: Recognize debug variant of monitor test.
This commit is contained in:
Joel Sherrill
2001-08-16 19:39:07 +00:00
parent f599af02fb
commit 78796bbaf2
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-08-16 Joel Sherrill <joel@OARcorp.com>
* tools/runtest.in: Recognize debug variant of monitor test.
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add bspopts.h. * configure.in: Add bspopts.h.

View File

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