Skip to content
Snippets Groups Projects
Verified Commit c45a6603 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

d/rules: Make test fail immediately on error

Related to T3053
parent 4e2a0417
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/make -f
# export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
export SWH_CASSANDRA_LOGS=1
export PYBUILD_NAME=swh.storage
export PYBUILD_TEST_ARGS=-v -m "not db and not fs and not network" \
export PYBUILD_TEST_ARGS=-x -v -m "not db and not fs and not network" \
--hypothesis-profile=fast ./swh/storage/tests \
-p no:pytest_swh_storage
......
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