File: smoke

package info (click to toggle)
debcraft 0.8.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: sh: 2,081; makefile: 47
file content (11 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e

# dep8 smoke test for Debcraft
# Author: Otto Kekäläinen <otto@debian.org>
#
# This very simple test just checks that the script starts and prints out the
# usage instructions, detected by keyword "Usage". A more complex test would
# require a test platform that supports building and running containers.

debcraft --help | grep -F "usage: debcraft <build"