File: run-tests.sh

package info (click to toggle)
click 0.5.0-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,260 kB
  • sloc: python: 7,015; makefile: 364; ansic: 341; sh: 63; perl: 26
file content (12 lines) | stat: -rwxr-xr-x 347 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

# some files like config.py are generated from config.py.in
./autogen.sh
./configure --prefix=/usr \
        --sysconfdir=/etc \
        --with-systemdsystemunitdir=/lib/systemd/system \
        --with-systemduserunitdir=/usr/lib/systemd/user

TEST_INTEGRATION=1 python3 -m unittest discover -vv click_package.tests.integration