mirror of
https://github.com/makeplane/plane.git
synced 2026-01-29 09:48:57 -06: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 "$@" |