mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Allow to pass arguments to unit test runner
This commit is contained in:
parent
88fc0ed392
commit
efe72b79e4
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ run_tests () {
|
|||
}
|
||||
|
||||
if [ $# -gt 0 ]; then
|
||||
run_tests $1 $2 $3
|
||||
run_tests "$1" "$2" "$3"
|
||||
exit
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue