Skip to content

Commit

Permalink
Fix path to installer python script on Windows
Browse files Browse the repository at this point in the history
Refs #10870
  • Loading branch information
martyngigg committed Feb 16, 2015
1 parent 2c082b0 commit 7078890
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Code/Mantid/Build/Jenkins/buildscript.bat
Expand Up @@ -128,15 +128,14 @@ if "%BUILDPKG%" EQU "yes" (
:: from a package to have at least one Linux checks it install okay
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
if not "%JOB_NAME%"=="%JOB_NAME:pull_requests=%" (
set SYSTEMTEST_DIR=%WORKSPACE%\Code\Mantid\Testing\SystemTest
:: Install package
python %SYSTEMTEST_DIR%\scripts\mantidinstaller.py install %WORKSPACE%\build
python %WORKSPACE%\Code\Mantid\Testing\SystemTest\scripts\mantidinstaller.py install %WORKSPACE%\build
cd %WORKSPACE%\build\docs
:: Run tests
C:\MantidInstall\bin\MantidPlot.exe -xq runsphinx_doctest.py
if ERRORLEVEl 1 exit /B %ERRORLEVEL%
:: Remove
cd %WORKSPACE%\build
python %SYSTEMTEST_DIR%\scripts\mantidinstaller.py uninstall %WORKSPACE%\build
python %WORKSPACE%\Code\Mantid\Testing\SystemTest\scripts\mantidinstaller.py uninstall %WORKSPACE%\build
)

0 comments on commit 7078890

Please sign in to comment.