[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:
Scott Wegner 2007-07-09 13:09:28 -05:00
parent e3df1f4a57
commit ec7cf4de81

View File

@ -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