issue #164: rename 'test' to 'run_tests' to avoid tab complete conflict
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…
Reference in New Issue