mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-09 10:45:07 +00:00
6 lines
93 B
Bash
6 lines
93 B
Bash
#!/bin/bash
|
|
echo "Running continuous tests..."
|
|
cd /app/Tests/CodexContinuousTests
|
|
exec "$@"
|
|
|