diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-09-13 14:59:45 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-09-13 14:59:45 (GMT) |
commit | 907c60a12ac2fe3701fcbf7df70a151feb908d79 (patch) | |
tree | 7e11a37876c0a48ae33352a03182731ba043bdb8 /tools | |
parent | d135049773ab6a3ffcff6d27a65877ac20b7f56a (diff) | |
download | hdf5-907c60a12ac2fe3701fcbf7df70a151feb908d79.zip hdf5-907c60a12ac2fe3701fcbf7df70a151feb908d79.tar.gz hdf5-907c60a12ac2fe3701fcbf7df70a151feb908d79.tar.bz2 |
[svn-r12665]
added comments
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5copy/testh5copy.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/h5copy/testh5copy.sh b/tools/h5copy/testh5copy.sh index 684af47..ec8412a 100644 --- a/tools/h5copy/testh5copy.sh +++ b/tools/h5copy/testh5copy.sh @@ -51,11 +51,13 @@ VERIFY() # Run a test and print PASS or *FAIL*. If h5copy can complete # with exit status 0, consider it pass. If a test fails then increment # the `nerrors' global variable. -# $1 is input file -# $2 is output file +# Assumed arguments: +# $1 is -i +# $2 is input file +# $3 is -o +# $4 is output file # $* everything else arguments for h5copy. - TOOLTEST() { runh5diff=yes |