The unit tests were not started in the expected directory and basically wiping the source so there was nothing to run. Signed-off-by: Rob Crittenden <rcritten@redhat.com>
18 lines
320 B
YAML
18 lines
320 B
YAML
---
|
|
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: standard-test-source
|
|
|
|
- role: standard-test-basic
|
|
required_packages:
|
|
- python3-ply
|
|
tests:
|
|
- unittests:
|
|
dir: ./source/test
|
|
run: >-
|
|
./cleanup.sh &&
|
|
python3 testlex.py &&
|
|
python3 testyacc.py
|