summaryrefslogtreecommitdiffstats
path: root/ci/ci_run_all_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/ci_run_all_tests.sh')
-rwxr-xr-xci/ci_run_all_tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/ci_run_all_tests.sh b/ci/ci_run_all_tests.sh
index d26dbcb1..587629ac 100755
--- a/ci/ci_run_all_tests.sh
+++ b/ci/ci_run_all_tests.sh
@@ -41,7 +41,8 @@ export C8YDEVICEID=$(python3 ./ci/find_device_id.py --tenant $C8YTENANT --user $
cd tests/PySys/
set +e
-pysys.py run --exclude analytics --record -v DEBUG
+# Dont use -v DEBUG here, it will print the enviroment vars with passwords in them
+pysys.py run --exclude analytics --record
set -e
deactivate