File: python3-cpl

package info (click to toggle)
python-cpl 0.7.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 484 kB
  • sloc: python: 2,882; ansic: 1,710; makefile: 89; sh: 3
file content (7 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh

cp -r test/* "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

# Run the tests
MALLOC_CHECK_=0 exec python3 -Wignore TestRecipe.py -v 2>&1