autotrace/tests/tests.yml

18 lines
382 B
YAML
Raw Normal View History

2021-05-01 06:42:37 +00:00
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
required_packages:
- sed
- autotrace
# Fetch tests from GitHub upstream.
repositories:
- repo: https://github.com/autotrace/autotrace.git
dest: autotrace
tests:
- unittests:
dir: autotrace/tests
run: AUTOTRACE=/usr/bin/autotrace sh ./runtests.sh