feae73d996
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/nkf#58585b26921ee612de429601982d7c87b627f51a
15 lines
243 B
YAML
15 lines
243 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- nkf
|
|
tests:
|
|
- simple_test:
|
|
dir: .
|
|
run: "nkf --help"
|
|
- nkf_test:
|
|
dir: .
|
|
run: ./runtest.sh
|