File: smoke

package info (click to toggle)
libvirt-python 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,088 kB
  • ctags: 935
  • sloc: ansic: 9,473; python: 4,084; xml: 741; sh: 10; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 91 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e
set -x

nosetests

echo 'Smoke test of python2 version succesful'
exit 0