File: upstream

package info (click to toggle)
umockdev 0.19.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,360 kB
  • sloc: ansic: 5,405; sh: 276; python: 262; xml: 43; makefile: 10
file content (11 lines) | stat: -rwxr-xr-x 432 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e

# don't be too picky about timing; upstream CI and local developer tests
# are strict, but autopkgtest machines are often slow and shared,
# especially on slower architectures (https://launchpad.net/bugs/1831467)
export SLOW_TESTBED_FACTOR=10

cd obj-*
# 30s timeout is too slow for many architectures, umockdev-run test is quite expensive
meson test -v --num-processes=1 --timeout-multiplier=10 --setup installed