From 475d459185f0d187bc390d0f221e38a56e455d6b Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 4 Apr 2018 16:00:09 +0100 Subject: [PATCH] issue #164: rename 'test' to 'run_tests' to avoid tab complete conflict --- .travis/mitogen_tests.sh | 2 +- test => run_tests | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test => run_tests (100%) diff --git a/.travis/mitogen_tests.sh b/.travis/mitogen_tests.sh index 01d008b7..8b317251 100644 --- a/.travis/mitogen_tests.sh +++ b/.travis/mitogen_tests.sh @@ -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 diff --git a/test b/run_tests similarity index 100% rename from test rename to run_tests