File: gsasl-dovecot-gssapi

package info (click to toggle)
libgssglue 0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 500 kB
  • sloc: ansic: 3,532; sh: 219; makefile: 51
file content (12 lines) | stat: -rwxr-xr-x 180 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e
set -x

if command -v valgrind; then
    VALGRIND="valgrind --error-exitcode=1"
fi

GSASL="$VALGRIND /usr/bin/gsasl" debian/tests/gsasl-dovecot-gssapi.sh

exit 0