diff options
Diffstat (limited to 'tools/h5copy/testh5copy.sh')
-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 |