summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-03-15 20:37:17 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-03-15 20:37:17 (GMT)
commitbebb6059f955db86d6f67a6dd2c1440ea57f6acf (patch)
treeab16bdbcddce74845e8fc405f7557e5097d8705f /windows
parentab74a291f7073bf6a34ad9e011496ddce05216bf (diff)
downloadhdf5-bebb6059f955db86d6f67a6dd2c1440ea57f6acf.zip
hdf5-bebb6059f955db86d6f67a6dd2c1440ea57f6acf.tar.gz
hdf5-bebb6059f955db86d6f67a6dd2c1440ea57f6acf.tar.bz2
[svn-r20254] Description:
h5ls is used to verify for the result, so change the two tests not to run h5diff like others. This is related to the previous checkin SVN r18398 for Bug#1733. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), cmake (jam)
Diffstat (limited to 'windows')
-rw-r--r--windows/tools/h5copy/testh5copy.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/tools/h5copy/testh5copy.bat b/windows/tools/h5copy/testh5copy.bat
index 495081c..c14b505 100644
--- a/windows/tools/h5copy/testh5copy.bat
+++ b/windows/tools/h5copy/testh5copy.bat
@@ -402,13 +402,13 @@ rem <none>
call :tooltest -f ext -i %testfile% -o %fileout% -v -s /group_ext/extlink_dset -d /copy2_dset
echo.Test copying dangling external link (no obj) directly without -f ext
- call :tooltest -i %testfile% -o %fileout% -v -s /group_ext/extlink_notyet1 -d /copy_dangle1_1
+ call :tooltest -v -i %testfile% -o %fileout% -s /group_ext/extlink_notyet1 -d /copy_dangle1_1
echo.Test copying dangling external link (no obj) directly with -f ext
call :tooltest -f ext -i %testfile% -o %fileout% -v -s /group_ext/extlink_notyet1 -d /copy_dangle1_2
echo.Test copying dangling external link (no file) directly without -f ext
- call :tooltest -i %testfile% -o %fileout% -v -s /group_ext/extlink_notyet2 -d /copy_dangle2_1
+ call :tooltest -v -i %testfile% -o %fileout% -s /group_ext/extlink_notyet2 -d /copy_dangle2_1
echo.Test copying dangling external link (no file) directly with -f ext
call :tooltest -f ext -i %testfile% -o %fileout% -v -s /group_ext/extlink_notyet2 -d /copy_dangle2_2