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