Skip to content
Snippets Groups Projects
Commit cec445d5 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

d/rules: move to build_dir before tests

parent db20b204
No related branches found
Tags v0.0.12
No related merge requests found
......@@ -7,5 +7,5 @@ export PYBUILD_NAME=swh-model
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="python{version} -m nose swh -sva '!db,!fs'" \
PYBUILD_TEST_ARGS="cd {build_dir}; python{version} -m nose swh -sva '!db,!fs'" \
dh_auto_test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment