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