summaryrefslogtreecommitdiff
path: root/extra/python/PKGBUILD
blob: 53a0513b45fc237bcb910090e61c2b9aca18a5d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
eval "$(
  declare -f build | \
    sed "
      s/make /make EXTRATESTOPTS='-j 1' /
    "
)"

eval "$(
  declare -f check | \
    sed "
      s/ -m test.regrtest/ -m test.regrtest -j1/
    "
)"