python-qrcode/tests/sanity.sh
Kaleemullah Siddiqui 3db6dfb99a Add gating definition for RHEL 9
Related: rhbz#1947473

Signed-off-by: Kaleemullah Siddiqui <ksiddiqu@redhat.com>
2021-06-08 22:16:41 +05:30

9 lines
159 B
Bash

#!/bin/sh
set -ex
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
dnf install -y python3-qrcode
exec ${DIR}/test_ipa_otptoken.py