File: secretstorage-python2

package info (click to toggle)
python-keyring 10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 396 kB
  • ctags: 265
  • sloc: python: 1,250; sh: 12; makefile: 9
file content (10 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -eux
cd "$ADTTMP"

export XDG_RUNTIME_DIR="$ADTTMP"

for python in $(pyversions -i); do
    dbus-run-session -- $python -m unittest -v keyring.tests.backends.test_SecretService >/dev/null
done