~smoser/ubuntu/yakkety/cloud-utils/pkg

« back to all changes in this revision

Viewing changes to debian/tests/growpart-loop

  • Committer: Scott Moser
  • Date: 2016-09-01 19:42:17 UTC
  • Revision ID: smoser@ubuntu.com-20160901194217-y40f1pjg34b8jz1w
debian/tests: add dep-8 auto package test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
my_d=$(dirname "$0")
 
4
. "$my_d/functions" || { echo "failed to source functions" 1>&2; exit 1; }
 
5
 
 
6
runtests ./test/test-growpart
 
7
 
 
8
# vi: ts=4 expandtab