summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2005-06-29 17:41:44 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2005-06-29 17:41:44 (GMT)
commit2c1d787f3e230895d20389d0c385ef7b06a2aefb (patch)
tree373c51458b0becc250c8bc2babb4f958fa455843
parentff66fc2ef34f20dfe288ecda476434a55c6e16ff (diff)
downloadhdf5-2c1d787f3e230895d20389d0c385ef7b06a2aefb.zip
hdf5-2c1d787f3e230895d20389d0c385ef7b06a2aefb.tar.gz
hdf5-2c1d787f3e230895d20389d0c385ef7b06a2aefb.tar.bz2
[svn-r11002] Purpose:
Catch up with the changes of h5diff Description: Solution: Platforms tested: Misc. update:
-rwxr-xr-xwindows/tools/repacktest.BAT5
1 files changed, 4 insertions, 1 deletions
diff --git a/windows/tools/repacktest.BAT b/windows/tools/repacktest.BAT
index ea5aace..4343a7b 100755
--- a/windows/tools/repacktest.BAT
+++ b/windows/tools/repacktest.BAT
@@ -19,7 +19,10 @@ REM testfiles\h5repacktst\%1\h5repacktst
mkdir temptest
type nul > temptest\empty.txt
-echo 0 differences found> temptest\empty.txt
+echo ---------------------------------------------------->>temptest\empty.txt
+echo Summary>>temptest\empty.txt
+echo ---------------------------------------------------->>temptest\empty.txt
+echo 0 differences found>> temptest\empty.txt
type nul > repacktest%2_%1.txt
echo ========================================== >> repacktest%2_%1.txt
echo Testing repacktest.bat >> repacktest%2_%1.txt