summaryrefslogtreecommitdiffstats
path: root/ci/ci_run_all_sm_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/ci_run_all_sm_tests.sh')
-rwxr-xr-xci/ci_run_all_sm_tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/ci_run_all_sm_tests.sh b/ci/ci_run_all_sm_tests.sh
index f86c0d09..1f8b2ce4 100755
--- a/ci/ci_run_all_sm_tests.sh
+++ b/ci/ci_run_all_sm_tests.sh
@@ -53,7 +53,8 @@ cd tests/PySys/
# Run all software management tests, including the ones for the
# fake- and the docker plugin
set +e
-pysys.py run --record -v DEBUG 'SoftwareManagement.*' -XmyPlatform='container' -Xdockerplugin='dockerplugin' -Xfakeplugin='fakeplugin'
+# Dont use -v DEBUG here, it will print the enviroment vars with passwords in them
+pysys.py run --record 'SoftwareManagement.*' -XmyPlatform='container' -Xdockerplugin='dockerplugin' -Xfakeplugin='fakeplugin'
set -e
deactivate