summaryrefslogtreecommitdiffstats
path: root/testsuite/before_install.sh
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-26 09:48:40 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-26 10:05:22 -0400
commitbe0e43af56fbd56dbb3f8d0266503e7b820f2c11 (patch)
treeb80ca99ec4771615c094a805c6bbab0affadd106 /testsuite/before_install.sh
parent34e5287c4b18ba5bfdbb74b729ceebb2a1f1637e (diff)
downloadbcfg2-be0e43af56fbd56dbb3f8d0266503e7b820f2c11.tar.gz
bcfg2-be0e43af56fbd56dbb3f8d0266503e7b820f2c11.tar.bz2
bcfg2-be0e43af56fbd56dbb3f8d0266503e7b820f2c11.zip
added more optional test prereqs
Diffstat (limited to 'testsuite/before_install.sh')
-rwxr-xr-xtestsuite/before_install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/before_install.sh b/testsuite/before_install.sh
index e9751dd76..1a68669de 100755
--- a/testsuite/before_install.sh
+++ b/testsuite/before_install.sh
@@ -5,5 +5,6 @@
sudo apt-get update -qq
sudo apt-get install -qq swig pylint
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
- sudo apt-get install -qq python-selinux python-pylibacl
+ sudo apt-get install -qq python-selinux python-pylibacl python-pyinotify \
+ python-yaml yum
fi