File: upstream

package info (click to toggle)
shadow 1%3A4.19.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 66,808 kB
  • sloc: sh: 44,185; ansic: 34,184; xml: 12,350; exp: 3,691; makefile: 1,655; python: 1,409; perl: 120; sed: 16
file content (15 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
useradd ubuntu

export BUILD_BASE_DIR=$(pwd)

cd tests

cleanup() {
  cp testsuite.log $AUTOPKGTEST_ARTIFACTS/
  cat testsuite.log
}

trap cleanup TERM EXIT

./run_some 2>&1