From 9da734990768695964309fe5ba7af2335c74fc86 Mon Sep 17 00:00:00 2001 From: jromnoa Date: Mon, 26 Apr 2021 17:52:19 -0700 Subject: [PATCH] fix DEV_DIR variable for ctest_entrypoint.cmd --- scripts/ctest/ctest_entrypoint.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ctest/ctest_entrypoint.cmd b/scripts/ctest/ctest_entrypoint.cmd index 585c1223f5..cbdbcc76ef 100644 --- a/scripts/ctest/ctest_entrypoint.cmd +++ b/scripts/ctest/ctest_entrypoint.cmd @@ -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