File: upstream

package info (click to toggle)
crudini 0.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: python: 938; sh: 586; makefile: 16
file content (11 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -eu

# run the upstream test suite

cp -a *.ini tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
ln -s /usr/bin/crudini crudini.py
cd tests
./test.sh