File: testsuite

package info (click to toggle)
python-cleo 2.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,068 kB
  • sloc: python: 8,044; makefile: 18; sh: 2
file content (4 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/bin/sh
set -e

for py in $(py3versions -s); do $py debian/tests/cleo-test.py greet Debian && $py debian/tests/cleo-test.py greet Debian --yell 2>&1; done