Allow to pass arguments to unit test runner
This commit is contained in:
parent
88fc0ed392
commit
efe72b79e4
@ -26,7 +26,7 @@ run_tests () {
|
||||
}
|
||||
|
||||
if [ $# -gt 0 ]; then
|
||||
run_tests $1 $2 $3
|
||||
run_tests "$1" "$2" "$3"
|
||||
exit
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user