Merge pull request #7183 from vimalk78/fix-test-script-function-arguments

test: passed the test script arguments to the function parameters
This commit is contained in:
Xiang Li
2017-01-20 11:09:09 -08:00
committed by GitHub

2
test
View File

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