Skip to content

Commit

Permalink
Corrected comment and added possibly useful variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Jul 26, 2022
1 parent bf5c450 commit 45cbac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ doc: ## Runs `doc.robot`

.PHONY: video-doc
video-doc: ## Runs `video-doc.robot`
# can be run by example with: make doc opt='-t "Contacts *"' or opt='-i "RUN1"'
# can be run by example with: make video-doc opt='-t "Contacts *"' or opt='-i "RUN1"'
env ZSERVER_HOST=localhost ZSERVER_PORT=55001 bin/robot -r NONE $(opt) src/imio.dms.mail/imio/dms/mail/tests/robot/video-doc.robot
rm geckodriver*.log

Expand Down
1 change: 1 addition & 0 deletions test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ initialization =
os.environ['ENV'] = 'DEV'
os.environ['zope_i18n_compile_mo_files'] = 'true'
os.environ['PYTHON_UNO'] = '${port:python-uno}'
# os.environ['IS_ROBOT'] = 'true'

[sphinxbuilder]
recipe = collective.recipe.sphinxbuilder
Expand Down

0 comments on commit 45cbac2

Please sign in to comment.