Skip to content

Commit

Permalink
Don't enable plugins, instead, reconfigure and test separately (racke…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamrok committed Dec 25, 2018
1 parent 5549954 commit 4e3c829
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/test_install_recap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,8 @@
cd /recap

# Install recap
export PREFIX="/usr"
export BINPATH="/bin"

make install

# Enable all the plugins available
sed -i 's/^#\(USEPLUGINS\)=.*$/\1="yes"/' /etc/recap.conf
for plugin in $(ls ${PREFIX}/lib/recap/plugins-available/); do
ln -fs \
${PREFIX}/lib/recap/plugins-available/${plugin} \
${PREFIX}/lib/recap/plugins-enabled/${plugin}
done

# Clean temporary files
make clean

Expand Down

0 comments on commit 4e3c829

Please sign in to comment.