Skip to content

Commit

Permalink
Clearer formatting for script
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt committed Dec 10, 2024
1 parent 7176e03 commit b4393bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/run_tests_in_docker
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

exec docker compose run --rm zope \
watching_testrunner --basepath Products --basepath tests \
-- pytest --tb=short $@
watching_testrunner --basepath Products --basepath tests -- \
pytest --tb=short $@

0 comments on commit b4393bc

Please sign in to comment.