updated to clean home_store
authorChris Koeritz <fred@gruntose.com>
Mon, 15 Jan 2018 16:29:14 +0000 (11:29 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 15 Jan 2018 16:29:14 +0000 (11:29 -0500)
scripts/generator/jenkins_builder.sh

index a61c3625bd010bf704194d20efd59984b9bc152f..3b67d6e38afa9c3a6b40100d76ba20d4bc2ed0e4 100644 (file)
@@ -14,6 +14,10 @@ if [ -z "$feisty_path" ]; then
 fi
 
 export RUN_ALL_TESTS=true
+# clean up any old home storage paths.
+\rm -rf "$feisty_path/home_store".*
+# set home folder to a new home_store.random folder, for anything that
+# feisty meow needs to store under $HOME.
 export HOME="$(mktemp -d "$feisty_path/home_store.XXXXXX")"
 cd "$feisty_path"
 export FEISTY_MEOW_APEX="$(\pwd)"