3 # got really tired of seeing this as a big long single line in jenkins, plus
4 # it kept breaking and was a huge pain to edit. so now it's in a much more
6 # the only parameter is the path to the feisty meow codebase being built and
9 feisty_path="$1"; shift
11 if [ -z "$feisty_path" ]; then
12 echo This script requires the path to the feisty meow codebase under test.
16 export RUN_ALL_TESTS=true
17 export HOME="$(mktemp -d "$feisty_path/home_store.XXXXXX")"
19 bash "$feisty_path/scripts/core/reconfigure_feisty_meow.sh"
20 source "$feisty_path/scripts/core/launch_feisty_meow.sh"
21 echo after probably hosed launch
22 var FEISTY_MEOW_APEX FEISTY_MEOW_SCRIPTS
23 bash "$feisty_path/scripts/generator/produce_feisty_meow.sh"