fixup unpack sources ourselves

This commit is contained in:
Tomas Orsava 2020-04-30 17:06:01 +02:00
parent 7482ae2b2f
commit 5487d0929a
1 changed files with 4 additions and 2 deletions

View File

@ -6,8 +6,7 @@
- import_role:
name: standard-test-source
vars:
srcdir: "{{ tenv_workdir }}/tests/data/scripts_pythondistdeps/usr/"
flatten: True
fetch_only: True
tasks:
- dnf:
name: "*"
@ -21,6 +20,9 @@
- pythonname:
dir: .
run: ./pythonname.sh
- prepare-test-data:
dir: .
run: tar -xvf test-sources-*.tar.gz -C ./tests/data/scripts_pythondistdeps/
- tree:
dir: .
run: echo "HUGO DEBUG:" && tree .