Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 6fb033c

Browse files
committed
fix: rm cortex.python after running python e2e tests
1 parent 2fe8d23 commit 6fb033c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-cpp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ ifeq ($(OS),Windows_NT)
107107
@powershell -Command "cp -r build\engines\cortex.python cortex-cpp\engines\;"
108108
@powershell -Command "cd cortex-cpp;..\..\.github\scripts\e2e-test-python-windows.bat cortex-cpp.exe ..\..\.github\scripts\$(PYTHON_FILE_EXECUTION_PATH);"
109109
@powershell -Command "rm *.txt;"
110-
@powershell -Command "cd engines; rm -r cortex.python;"
110+
@powershell -Command "cd engines; rm cortex.python;"
111111
else ifeq ($(shell uname -s),Linux)
112112
@cp -rf build/engines/cortex.python cortex-cpp/engines/; \
113113
cd cortex-cpp; \

0 commit comments

Comments
 (0)