Merge pull request #333 from aws-lumberyard-dev/fix-ctest-entrypoint-cmd-dev-dir-variable

SPEC-6543: fix DEV_DIR variable for ctest_entrypoint.cmd
This commit is contained in:
jromnoa
2021-04-27 09:56:39 -07:00
committed by GitHub
+1 -1
View File
@@ -13,7 +13,7 @@ REM Continuous Integration CLI entrypoint script to start CTest, triggering post
REM
SETLOCAL
SET DEV_DIR=%~dp0\..
SET DEV_DIR=%~dp0\..\..
SET PYTHON=%DEV_DIR%\python\python.cmd
SET CTEST_SCRIPT=%~dp0\ctest_driver.py