Add WSL scripts for ext4 Mnesia and rebar3 CT fix

This commit is contained in:
2026-07-07 16:44:18 +03:00
parent 9de57bd52c
commit 16203ba32b
4 changed files with 46 additions and 0 deletions
+7
View File
@@ -101,8 +101,15 @@ eunit-verbose: ## Запустить EUnit тесты с подробным вы
test-api: ## Запустить Common Test для API
@echo "Cleaning old data..."
@rm -rf logs/test/ct/ct_run.*
@bash scripts/fix-rebar-unit-symlink.sh
@$(REBAR3) ct --sname $(SNAME)_api_test #-v
wsl-ext4-dirs: ## WSL: ??????? logs/data ?? ext4 (????????)
@bash scripts/wsl-ext4-dirs.sh
fix-rebar-test-dirs: ## WSL: ???????? ????? symlink unit/api ? _build
@bash scripts/fix-rebar-unit-symlink.sh
test-api-remote:
@CT_MODE=remote API_HOST=http://localhost:8080 WS_HOST=ws://localhost:8081 ADMIN_API_HOST=http://localhost:8445 ADMIN_WS_HOST=ws://localhost:8446 rebar3 ct