python-gssapi/tests/driver/runtest.sh
2023-07-10 14:09:04 +02:00

13 lines
254 B
Bash
Executable File

#!/bin/bash -ex
# Fake a build
rm -rf gssapi
cp -r /usr/lib64/python3.6/site-packages/gssapi gssapi
cd gssapi
# Do something awful
pip3 install nose{,-parameterized} shouldbe k5test
# And run the tests
exec python3 -c 'import nose; exit(nose.main())'