File: control

package info (click to toggle)
ecflow 5.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 89,804 kB
  • sloc: cpp: 246,035; python: 22,864; sh: 3,330; xml: 333; perl: 288; makefile: 173; ansic: 99
file content (10 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
Test-Command: set -e
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; $py -c "import ecflow"
 ; done
Depends: python3-ecflow, python3-all

Test-Command: ecflow_client --help
Depends: ecflow-client