File: unit-tests

package info (click to toggle)
pyotherside 1.5.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 836 kB
  • sloc: cpp: 2,850; python: 468; makefile: 144; sh: 32
file content (10 lines) | stat: -rwxr-xr-x 315 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# autopkgtest check: run pyotherside unit tests and ensure everything passes
# (C) 2014 Canonical Ltd.
# Author: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>

set -e

cd $AUTOPKGTEST_TMP
xvfb-run -a /usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH`/pyotherside/tests/tests 2>&1
echo "unit-tests: OK"