Skip to content

Commit

Permalink
Drop samba smoke test output
Browse files Browse the repository at this point in the history
  • Loading branch information
bersace committed May 23, 2024
1 parent 1771b87 commit 8828c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ psql -tc "SELECT version();"
# ldap-utils on CentOS does not read properly current ldaprc. Linking it in ~
# workaround this.
ln -fsv "${PWD}/ldaprc" ~/ldaprc
retry ldapsearch -x -v -w "${LDAPPASSWORD}" -z none
retry ldapsearch -x -v -w "${LDAPPASSWORD}" -z none >/dev/null

"$python" -m pytest test/ "$@"

0 comments on commit 8828c2b

Please sign in to comment.