diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-06-20 16:24:10 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-06-20 16:24:10 (GMT) |
commit | e93a6786135d45b6e858363976bb1b540cf7f91a (patch) | |
tree | 1702b0241940e0dc308489f6551134c7bb212b98 /windows | |
parent | efc8bb49b3390b4828ff6e5b7a121ac77d70730f (diff) | |
download | hdf5-e93a6786135d45b6e858363976bb1b540cf7f91a.zip hdf5-e93a6786135d45b6e858363976bb1b540cf7f91a.tar.gz hdf5-e93a6786135d45b6e858363976bb1b540cf7f91a.tar.bz2 |
[svn-r15252] Purpose: Update h5copy script on Windows
Description:
Simply change the "infiles" to use new testfiles directory
Tested:
VS2005 on WinXP
Diffstat (limited to 'windows')
-rw-r--r-- | windows/tools/h5copy/testh5copy.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/tools/h5copy/testh5copy.bat b/windows/tools/h5copy/testh5copy.bat index 7b3d034..120b03a 100644 --- a/windows/tools/h5copy/testh5copy.bat +++ b/windows/tools/h5copy/testh5copy.bat @@ -45,7 +45,7 @@ set /a nerrors=0 set verbose=yes
set srcfile=h5copytst.h5
-set indir=%CD%\..\testfiles
+set indir=%CD%\testfiles
set outdir=%CD%\..\testfiles
if not exist %outdir% mkdir %outdir%
|