mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
[svn-r13957] Purpose: Windows autotest bugfix
Description: In the new Windows autotests, hdf5build.BAT was resetting a variable used by hdf5bt.BAT. Changed so hdf5build.BAT looks to see if hdf5bt.BAT is running before it removes this variable. Tested: WinXP
This commit is contained in:
parent
e3df1f4a57
commit
ec7cf4de81
@ -175,7 +175,9 @@ goto :eof
|
||||
|
||||
set zlib_name=
|
||||
set szip_name=
|
||||
set build_results=
|
||||
|
||||
:: Don't unset build_results if it is being used by hdf5bt.BAT
|
||||
if "x%bt_results%"=="x" set build_results=
|
||||
popd
|
||||
|
||||
if defined hdf5_debug pause
|
||||
|
Loading…
Reference in New Issue
Block a user