text
stringlengths
0
834k
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if ""%1"" == ""man"" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if ""%1"" == ""texinfo"" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if ""%1"" == ""gettext"" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if ""%1"" == ""changes"" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if ""%1"" == ""linkcheck"" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if ""%1"" == ""doctest"" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if ""%1"" == ""xml"" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if ""%1"" == ""pseudoxml"" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
",27.6131687243,80,0.6763040238
219658,f3074918cfc8d8f2144821b3d4b425720352c6e0,2135,cmd,Batchfile,Unix/ut/win/acv/winomi_config.cmd,HydAu/omi,d5329f01f826430b4148264e64aa11ebeede1bf8,['MIT'],165.0,2016-08-18T22:06:39.000Z,2019-05-05T11:09:37.000Z,Unix/ut/win/acv/winomi_config.cmd,HydAu/omi,d5329f01f826430b4148264e64aa11ebeede1bf8,['MIT'],409.0,2016-08-18T20:52:56.000Z,2019-05-06T10:03:11.000Z,Unix/ut/win/acv/winomi_config.cmd,HydAu/omi,d5329f01f826430b4148264e64aa11ebeede1bf8,['MIT'],72.0,2016-08-23T02:30:08.000Z,2019-04-30T22:57:03.000Z,"@ECHO OFF
REM USAGE: winunittest.cmd ReleaseShare
REM passed in parameters
SET RELEASEROOT=%1
SET NTTREEDIR=%RELEASEROOT%
SET BINPATH=%NTTREEDIR%\WinOMI
SET TESTBINPATH=%BINPATH%\tests\bin
SET TESTDIR=%BINPATH%\tests
SET LOGDIR=%CD%
SET LOGFILENAME=%LOGDIR%\config.log
ECHO Current Direcotry: %LOGDIR% >%LOGFILENAME% 2>&1
SET TEST_ROOT=%SystemDrive%\winomi
REM ======================Create test directory======================
IF NOT EXIST %TEST_ROOT% (
mkdir %TEST_ROOT%
goto INSTALL
)
rmdir /S /Q %TEST_ROOT%
mkdir %TEST_ROOT%