File: upstream

package info (click to toggle)
shadow 1%3A4.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 66,920 kB
  • sloc: sh: 44,121; ansic: 34,155; xml: 12,285; exp: 3,691; makefile: 1,650; python: 1,135; perl: 120; sed: 16
file content (15 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download | duplicates (6)
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