13
0

Allow to pass arguments to unit test runner

This commit is contained in:
Robin Gareus 2020-11-05 10:20:25 +01:00
parent 88fc0ed392
commit efe72b79e4
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -26,7 +26,7 @@ run_tests () {
}
if [ $# -gt 0 ]; then
run_tests $1 $2 $3
run_tests "$1" "$2" "$3"
exit
fi