File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
include gittaggers.py Makefile
2
2
include schema_salad/tests/*
3
+ include schema_salad/tests/test_schema/*.md
4
+ include schema_salad/tests/test_schema/*.yml
5
+ include schema_salad/tests/test_schema/*.cwl
3
6
include schema_salad/metaschema/*
4
7
global-exclude *.pyc
Original file line number Diff line number Diff line change @@ -58,10 +58,11 @@ rm lib/python-wheels/setuptools* \
58
58
&& pip install setuptools==20.10.1
59
59
pip install ${package} * tar.gz
60
60
pip install pytest
61
- tar xzf ${package} * tar.gz
62
- cd ${package} *
61
+ mkdir out
62
+ tar --extract --directory=out -z -f ${package} * .tar.gz
63
+ cd out/${package} *
63
64
make dist
64
65
make test
65
66
pip uninstall -y ${package} || true ; pip uninstall -y ${package} || true ; make install
66
67
mkdir ../not-${module}
67
- pushd ../not-${module} ; ../bin/${run_tests} ; popd
68
+ pushd ../not-${module} ; ../../ bin/${run_tests} ; popd
You can’t perform that action at this time.
0 commit comments