diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-07-28 15:44:21 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-07-28 15:44:21 (GMT) |
commit | ce86da60ebbf018a086aa387d8641a337e389253 (patch) | |
tree | d9a838d705ff3315fba2c7f6d85a2f000f13ba20 /windows/hdf5check.BAT | |
parent | 34e11ce421a248b11f4d23a84e781d116a1a7ccb (diff) | |
download | hdf5-ce86da60ebbf018a086aa387d8641a337e389253.zip hdf5-ce86da60ebbf018a086aa387d8641a337e389253.tar.gz hdf5-ce86da60ebbf018a086aa387d8641a337e389253.tar.bz2 |
[svn-r11170] Purpose:
Maintenance
Description:
when enable cpp option was chosen, after hdf5check finished, it can not go back to hdf5 directory.
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows/hdf5check.BAT')
-rwxr-xr-x | windows/hdf5check.BAT | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/hdf5check.BAT b/windows/hdf5check.BAT index 084ba27..1dd6135 100755 --- a/windows/hdf5check.BAT +++ b/windows/hdf5check.BAT @@ -214,9 +214,9 @@ echo *************************************************************************** cd ..\..\hl\c++\test echo test_hdf5_hl_cpp Debug dll call test_hdf5_hl_cpp Debug dll>> ..\..\..\check_results.txt -echo. >> ..\..\check_results.txt +echo. >> ..\..\..\check_results.txt -cd ..\..\..\..\..\ +cd ..\..\..\ ) |