use stable bats
Signed-off-by: Alex Jia <ajia@redhat.com>
This commit is contained in:
parent
85adedc5b0
commit
ddbece69ef
@ -12,9 +12,9 @@ prepare:
|
|||||||
- name: Prepare bats
|
- name: Prepare bats
|
||||||
how: shell
|
how: shell
|
||||||
script:
|
script:
|
||||||
- rm -rf /tmp/bats
|
- rm -rf /tmp/bats-core-1.11.0
|
||||||
- git clone https://github.com/bats-core/bats-core.git /tmp/bats
|
- curl -s -L https://github.com/bats-core/bats-core/archive/refs/tags/v1.11.0.tar.gz | tar xvz -C /tmp
|
||||||
- /tmp/bats/install.sh /usr
|
- /tmp/bats-core-1.11.0/install.sh /usr
|
||||||
|
|
||||||
discover:
|
discover:
|
||||||
how: fmf
|
how: fmf
|
||||||
|
Loading…
Reference in New Issue
Block a user