File: simple

package info (click to toggle)
packup 0.6-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 832 kB
  • sloc: cpp: 10,857; makefile: 111; sh: 6
file content (11 lines) | stat: -rwxr-xr-x 127 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

indir=debian/tests

if $(packup ${indir}/install1.cudf  2>&1 | grep -q FAIL)
then exit 1
else exit 0
fi