diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_tests.py b/tests/run_tests.py index 57ef95bc..2b932036 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -33,7 +33,7 @@ logger = ft_logger.Logger("moon").getLogger() def main(): - cmd = "moon test --self" + cmd = "moon test --password console --self" start_time = time.time() |