#!/bin/sh

pytest --automake

echo ""
echo "## starting to run rust tests ##"
if ! /usr/lib/python3-bcrypt/ptest/bcrypt_rust-afdd298cca46f201 ; then rc=1; fi
exit $rc
