Skip to content

Commit

Permalink
Update rules
Browse files Browse the repository at this point in the history
Is this the proper way around ?
  • Loading branch information
kif authored Dec 12, 2022
1 parent 24f80f6 commit 83e5098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/debian11/rules
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ override_dh_python3:
# WITH_GL_TEST=False to disable tests using OpenGL
override_dh_auto_test:
mkdir -p $(POCL_CACHE_DIR) # create POCL cachedir in order to avoid an FTBFS in sbuild
dh_auto_test -- -s custom --test-args="env PYTHONPATH={build_dir} GPU=False WITH_QT_TEST=False SILX_OPENCL=False SILX_TEST_LAW_MEM=True xvfb-run -a --server-args=\"-screen 0 1024x768x24\" {interpreter} run_tests.py -vv --installed"
dh_auto_test -- -s custom --test-args="env PYTHONPATH={build_dir} GPU=False WITH_QT_TEST=False SILX_OPENCL=False SILX_TEST_LOW_MEM=True xvfb-run -a --server-args=\"-screen 0 1024x768x24\" {interpreter} run_tests.py -vv --installed"

override_dh_installman:
dh_installman -p silx build/man/*.1
Expand Down

0 comments on commit 83e5098

Please sign in to comment.