mirror of
https://github.com/gosticks/plane.git
synced 2025-10-16 12:45:33 +00:00
4 lines
131 B
Bash
Executable File
4 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# This is a simple wrapper script that calls the main test runner in the tests directory
|
|
exec tests/run_tests.sh "$@" |