File: python3-cpl

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

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

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