DEBSOURCES
Skip Quicknav
sources / libvirt-python / 3.0.0-2 / debian / tests / smoke
123456789
#!/bin/sh set -e set -x nosetests echo 'Smoke test of python2 version succesful' exit 0