Skip to content

Commit

Permalink
fix: e2e windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed May 20, 2024
1 parent 6361e6d commit 067f418
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ ifeq ($(RUN_TESTS),false)
@echo "Skipping tests"
else
ifeq ($(OS),Windows_NT)
@mkdir examples\\server\\build\\Release\\engines\\cortex.python-runtime && \
cmd /C "cd examples\\server\\build\\Release && copy ..\\..\\..\\..\\build\\Release\\engine.dll engines\\cortex.python-runtime && ..\\..\\..\\..\\.github\\scripts\\e2e-test-server-windows.bat server.exe ..\\..\\..\\..\\$(PYTHON_FILE_EXECUTION_PATH)"
@powershell -Command "mkdir -p .\examples\server\build\Release\engines\cortex.python-runtime; cd examples\server\build\Release; cp ..\..\..\..\build\Release\engine.dll engines\cortex.python-runtime; ..\..\..\..\.github\scripts\e2e-test-server-windows.bat server.exe ..\..\..\..\$(PYTHON_FILE_EXECUTION_PATH);"
else
@mkdir -p examples/server/build/engines/cortex.python-runtime && \
cd examples/server/build && \
Expand Down

0 comments on commit 067f418

Please sign in to comment.