File: upstream-3

package info (click to toggle)
simplejson 3.20.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: python: 3,422; ansic: 2,950; makefile: 10; sh: 8
file content (9 lines) | stat: -rwxr-xr-x 164 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e
if [ -z "$AUTOPKGTEST_TMP" ]
then
    export AUTOPKGTEST_TMP=`mktemp -d`
fi
cp -r simplejson/tests $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
pytest -vs