[svn-r11261] Purpose:

Feature and bug patch

Description:
Added the SKIP feature which skips a test.

The latest code will hang the very last test.  Skip that test for now.

Platforms tested:
heping pp.
This commit is contained in:
Albert Cheng 2005-08-17 23:32:15 -05:00
parent 7a30bcece9
commit 9baadd2df5

View File

@ -190,6 +190,13 @@ TOOLTEST() {
} }
# Print a "SKIP" message
SKIP() {
TESTING $H5DIFF $@
echo " -SKIP-"
}
############################################################################## ##############################################################################
############################################################################## ##############################################################################
### T H E T E S T S ### ### T H E T E S T S ###
@ -407,7 +414,7 @@ TOOLTEST h5diff_70.txt file5.h5 file6.h5 -v
# # all dataset datatypes # # all dataset datatypes
# ############################################################################## # ##############################################################################
TOOLTEST h5diff_80.txt file7.h5 file8.h5 -v SKIP h5diff_80.txt file7.h5 file8.h5 -v