[DRE-commits] [vagrant-sshfs] 03/04: Add simple autopkgtest smoke test

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Feb 14 12:02:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository vagrant-sshfs.

commit c7e6e6aa3190f1c6fa7412bc68cf6a92f7a812b0
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Feb 14 09:59:45 2017 -0200

    Add simple autopkgtest smoke test
---
 debian/changelog        | 1 +
 debian/tests/control    | 1 +
 debian/tests/smoke-test | 6 ++++++
 3 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f7602d7..a3fe58a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ vagrant-sshfs (1.3.0-2) UNRELEASED; urgency=medium
   * Team upload.
   * debian/rules: use rubygems installation layout (Closes: #854517)
   * Add missing dependency on vagrant
+  * Add simple autopkgtest smoke test
 
  -- Antonio Terceiro <terceiro at debian.org>  Tue, 14 Feb 2017 09:55:32 -0200
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..c1b56cd
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1 @@
+Tests: smoke-test
diff --git a/debian/tests/smoke-test b/debian/tests/smoke-test
new file mode 100755
index 0000000..e589bc6
--- /dev/null
+++ b/debian/tests/smoke-test
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+exec 2>&1
+set -exu
+
+vagrant global-status

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-sshfs.git



More information about the Pkg-ruby-extras-commits mailing list