mirror of https://github.com/zulip/zulip.git
tools: Remove `.py` extensions from user scripts.
This commit is contained in:
parent
df948c7ea5
commit
61aebd036f
|
@ -44,7 +44,7 @@ run ./tools/test-migrations
|
|||
# run ./tools/optimize-svg
|
||||
# Not running documentation tests since it takes 20s and only tests documentation
|
||||
# run ./tools/test-documentation
|
||||
run ./tools/test-help-documentation.py $FORCEARG
|
||||
run ./tools/test-help-documentation $FORCEARG
|
||||
run ./tools/test-api
|
||||
# Not running run-dev tests locally; we never have
|
||||
# run ./tools/test-run-dev
|
||||
|
|
|
@ -18,7 +18,7 @@ set -x
|
|||
./tools/test-migrations
|
||||
./tools/optimize-svg
|
||||
./tools/test-documentation
|
||||
./tools/test-help-documentation.py
|
||||
./tools/test-help-documentation
|
||||
./tools/test-api
|
||||
#./tools/test-run-dev # Disabled in CI because flaky.
|
||||
#./tools/test-queue-worker-reload # Disabled in CI because flaky.
|
||||
|
|
|
@ -21,7 +21,7 @@ def profiled(func):
|
|||
|
||||
Then view the results like this:
|
||||
|
||||
./tools/show-profile-results.py test_ratelimit_decrease.profile
|
||||
./tools/show-profile-results test_ratelimit_decrease.profile
|
||||
|
||||
"""
|
||||
@wraps(func)
|
||||
|
|
Loading…
Reference in New Issue