test: passed the test script arguments as the test function parameters

This commit is contained in:
Vimal Kumar 2017-01-18 21:18:40 +05:30
parent 1a962df596
commit 293c75b133

2
test
View File

@ -293,7 +293,7 @@ function build_pass {
}
for pass in $PASSES; do
${pass}_pass
${pass}_pass $@
done
echo "Success"