summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-10-13 15:36:43 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-10-13 15:36:43 (GMT)
commitdc587a17fab31fb95cccd53b4e15cdc834b50f94 (patch)
treeb45a2c44caec3e1112dbb0316ddcb680496b49ad /windows
parent032898afc51c9dc9555c918c8a0d3cd5e4d2872a (diff)
downloadhdf5-dc587a17fab31fb95cccd53b4e15cdc834b50f94.zip
hdf5-dc587a17fab31fb95cccd53b4e15cdc834b50f94.tar.gz
hdf5-dc587a17fab31fb95cccd53b4e15cdc834b50f94.tar.bz2
[svn-r15842] Purpose: Update h5jam Windows test script
Description: The testfiles used for the h5jam/h5unjam test were recently moved to a new directory. Update the structure of the Windows test script to compensate for the change. Tested: VS2005 on WinXP
Diffstat (limited to 'windows')
-rw-r--r--windows/tools/h5jam/testh5jam.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/tools/h5jam/testh5jam.bat b/windows/tools/h5jam/testh5jam.bat
index 9a9c5d4..d675507 100644
--- a/windows/tools/h5jam/testh5jam.bat
+++ b/windows/tools/h5jam/testh5jam.bat
@@ -13,7 +13,7 @@ rem is linked from the top-level documents page. It can also be found at
rem http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have
rem access to either file, you may request a copy from help@hdfgroup.org.
rem
-rem Tests for the h5jam tool
+rem Tests for the h5jam/h5unjam tools
rem
rem Created: Scott Wegner, 8/27/07
rem Modified:
@@ -61,7 +61,7 @@ set getub_bin=%CD%\%getub%
set nerrors=0
set verbose=yes
-set testfiles=%CD%\..\testfiles
+set testfiles=%CD%\testfiles
goto main