From 40e8b8321e4618758600de5cc01008ccfce90080 Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Mon, 7 Jul 2008 09:05:56 -0500 Subject: [svn-r15324] Purpose: Update h5jam Windows test for new testfiles directory Description: The testfiles directory moved, so we need to update test script on Windows. This should fix the Windows daily-test errors from the weekend. Tested: VS2005 on WinXP --- windows/tools/h5jam/testh5jam.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/tools/h5jam/testh5jam.bat b/windows/tools/h5jam/testh5jam.bat index 9a9c5d4..aaefe23 100644 --- a/windows/tools/h5jam/testh5jam.bat +++ b/windows/tools/h5jam/testh5jam.bat @@ -13,13 +13,13 @@ 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: rem -rem We currently don't build DLL version os h5jam / h5unjam, but the test script +rem We currently don't build DLL version of h5jam / h5unjam, but the test script rem is setup to handle it if we ever decide to. --SJW 8/27/07 setlocal enabledelayedexpansion @@ -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 -- cgit v0.12