Closed ShahriyarR closed 7 years ago
I want to pass say some parameter from command-line to be used in bats:
[root@centos7-base ~]# bats test.bats fff bats: /root/fff does not exist /usr/local/libexec/bats-exec-suite: line 20: let: count+=: syntax error: operand expected (error token is "+=")
@mislav Maybe you have some idea about this? :)
@ShahriyarR We pass run-time argument using the following
Exactly, it works :) Thanks for comment. Closing now.
I want to pass say some parameter from command-line to be used in bats: