From 892c33af075caf574c56b07268d8e411b2486313 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Thu, 22 Sep 2022 11:08:46 -0400 Subject: [PATCH] Automatically install .emacs on test vms --- tests/system-setup/setup-funcs.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/system-setup/setup-funcs.sh b/tests/system-setup/setup-funcs.sh index 0d317cc3..f9d63df5 100755 --- a/tests/system-setup/setup-funcs.sh +++ b/tests/system-setup/setup-funcs.sh @@ -92,6 +92,11 @@ init_test_system() { wait_for_apt 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 # is upgraded through automatic upgrades (because maybe MiaB was # previously installed), it may cause problems with the rest of