Explorar o código

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

test: passed the test script arguments to the function parameters
Xiang Li %!s(int64=9) %!d(string=hai) anos
pai
achega
5d8cceb164
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"