Add WSL scripts for ext4 Mnesia and rebar3 CT fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user