Skip to content

Commit

Permalink
fix: rm cortex.python after running python e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vansangpfiev committed May 24, 2024
1 parent 2fe8d23 commit f9e7971
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cortex-cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ ifeq ($(OS),Windows_NT)
@powershell -Command "cp -r build\engines\cortex.python cortex-cpp\engines\;"
@powershell -Command "cd cortex-cpp;..\..\.github\scripts\e2e-test-python-windows.bat cortex-cpp.exe ..\..\.github\scripts\$(PYTHON_FILE_EXECUTION_PATH);"
@powershell -Command "rm *.txt;"
@powershell -Command "ls .\engines;"
@powershell -Command "cd engines; rm -r cortex.python;"
@powershell -Command "ls;"
else ifeq ($(shell uname -s),Linux)
@cp -rf build/engines/cortex.python cortex-cpp/engines/; \
cd cortex-cpp; \
Expand Down

0 comments on commit f9e7971

Please sign in to comment.