Browse Source

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

Vimal Kumar 9 năm trước cách đây
mục cha
commit
293c75b133
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test

+ 1 - 1
test

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