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 11include gittaggers.py Makefile
22include 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
36include schema_salad/metaschema/*
47global-exclude *.pyc
Original file line number Diff line number Diff line change @@ -58,10 +58,11 @@ rm lib/python-wheels/setuptools* \
5858 && pip install setuptools==20.10.1
5959pip install ${package} * tar.gz
6060pip 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} *
6364make dist
6465make test
6566pip uninstall -y ${package} || true ; pip uninstall -y ${package} || true ; make install
6667mkdir ../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