6 lines
205 B
Bash
Executable File
6 lines
205 B
Bash
Executable File
#!/bin/bash
|
|
# quick.sh — запуск быстрых тестов (7 основных операций SQS)
|
|
|
|
REPO_ROOT="$(dirname "$(cd "$(dirname "$0")" && pwd)")"
|
|
"$REPO_ROOT/tests-deploy/run.sh" 2>&1
|