kdump-anaconda-addon/tests/runtest.sh
Kairui Song 27a7976f11 Fix gating tests
Remove virtualenv dependency and include unittest

Resolves: rhbz1974221

Signed-off-by: Kairui Song <kasong@redhat.com>
2021-07-09 18:55:36 +08:00

11 lines
158 B
Bash
Executable File

#!/bin/sh
# Install from pip since they are missing in RHEL
pip install --ignore-installed pylint nose
# Run test
pushd source
make test
make unittest
popd