mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
Automatically install .emacs on test vms
This commit is contained in:
parent
f6e9fd628c
commit
892c33af07
@ -92,6 +92,11 @@ init_test_system() {
|
|||||||
wait_for_apt
|
wait_for_apt
|
||||||
exec_no_output apt-get update -qq || die "apt-get update failed!"
|
exec_no_output apt-get update -qq || die "apt-get update failed!"
|
||||||
|
|
||||||
|
# install .emacs file, if available
|
||||||
|
if [ -e tests/assets/.emacs -a -d /root ]; then
|
||||||
|
cp tests/assets/.emacs /root 1>/dev/null 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
# upgrade packages - if we don't do this and something like bind
|
# upgrade packages - if we don't do this and something like bind
|
||||||
# is upgraded through automatic upgrades (because maybe MiaB was
|
# is upgraded through automatic upgrades (because maybe MiaB was
|
||||||
# previously installed), it may cause problems with the rest of
|
# previously installed), it may cause problems with the rest of
|
||||||
|
Loading…
Reference in New Issue
Block a user