mirror of
https://github.com/makeplane/plane.git
synced 2025-12-19 05:09:31 +01:00
4 lines
131 B
Bash
4 lines
131 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# This is a simple wrapper script that calls the main test runner in the tests directory
|
||
|
|
exec tests/run_tests.sh "$@"
|