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

This commit is contained in:
David Wilson 2018-04-04 16:00:09 +01:00
parent 49aa8834b0
commit 475d459185
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File