File: unit

package info (click to toggle)
ansible-core 2.20.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,720 kB
  • sloc: python: 175,412; cs: 4,929; sh: 4,714; xml: 34; makefile: 21
file content (6 lines) | stat: -rwxr-xr-x 172 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh

PYTHONPATH="$(pwd)/test/lib" ansible-test units \
  --python-interpreter /usr/bin/python3 \
  --exclude test/units/galaxy/test_collection_install.py \
  --local