Skip to content
Snippets Groups Projects
Unverified Commit 78c70c7b authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

d/rules: Overwrite the JAVA_HOME so tests are running fine

Related to T3053
parent c45a6603
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 JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
# To activate more logs
# export SWH_CASSANDRA_LOGS=1
export PYBUILD_NAME=swh.storage
export PYBUILD_TEST_ARGS=-x -v -m "not db and not fs and not network" \
--hypothesis-profile=fast ./swh/storage/tests \
......
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