DEBSOURCES
Skip Quicknav
sources / cmor / 3.14.0-1 / debian / tests / superficial
12345678
#!/bin/sh set -e for py in $(py3versions -d 2>/dev/null) do cd "$AUTOPKGTEST_TMP" echo "Testing with $py:" $py -c "import cmor; print(cmor)" done