aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run_tests.py')
-rwxr-xr-xtests/run_tests.py2
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()