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 committed by Gyu-Ho Lee
parent f10363fecd
commit fce20a0b0b

2
test
View File

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