issue #164: rename 'test' to 'run_tests' to avoid tab complete conflict

pull/193/head
David Wilson 6 years ago
parent 49aa8834b0
commit 475d459185

@ -1,4 +1,4 @@
#!/bin/bash -ex
# Run the Mitogen tests.
MITOGEN_LOG_LEVEL=debug PYTHONPATH=. ${TRAVIS_BUILD_DIR}/test
MITOGEN_LOG_LEVEL=debug PYTHONPATH=. ${TRAVIS_BUILD_DIR}/run_tests

Loading…
Cancel
Save