diff options
Diffstat (limited to 'tests/python_unit')
-rw-r--r-- | tests/python_unit/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python_unit/run_tests.sh b/tests/python_unit/run_tests.sh index 0a9ac1f3..ab30e523 100644 --- a/tests/python_unit/run_tests.sh +++ b/tests/python_unit/run_tests.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -echo "starting Moon Functional Tests" +echo "starting Moon Unit Tests" cd python_moonutilities docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest |