From 293c75b13326d74e766e9eb1f6598fc1c7790dd9 Mon Sep 17 00:00:00 2001 From: Vimal Kumar Date: Wed, 18 Jan 2017 21:18:40 +0530 Subject: [PATCH] test: passed the test script arguments as the test function parameters --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 7c58cc9a9..b9cd3d72f 100755 --- a/test +++ b/test @@ -293,7 +293,7 @@ function build_pass { } for pass in $PASSES; do - ${pass}_pass + ${pass}_pass $@ done echo "Success"