X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fsetup_src%2Fautotesting_tools%2Fcreate_autotesting_bundle.sh;h=88c9830c011350aaba9a222c1238856fa92aa0fb;hb=2dc7262979a054eeb1167aa60546365f1da812e1;hp=00cd84cc93e330329d44b74e5304feb88ca68660;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/production/setup_src/autotesting_tools/create_autotesting_bundle.sh b/production/setup_src/autotesting_tools/create_autotesting_bundle.sh index 00cd84cc..88c9830c 100644 --- a/production/setup_src/autotesting_tools/create_autotesting_bundle.sh +++ b/production/setup_src/autotesting_tools/create_autotesting_bundle.sh @@ -3,12 +3,12 @@ # Creates a bundle of tools for testing to improve our capabilities in # scripting. -INSTDIR=$REPOSITORY_DIR/install/Tests +INSTDIR=$FEISTY_MEOW_DIR/install/Tests if [ ! -d "$INSTDIR" ]; then mkdir -p "$INSTDIR"; fi TOOL_PACK=$INSTDIR/autotesting_tools.exe rm -f "$TOOL_PACK" -$REPOSITORY_DIR/binaries/bundle_creator -o "$TOOL_PACK" -m ./autotesting_manifest.txt +$FEISTY_MEOW_DIR/binaries/bundle_creator -o "$TOOL_PACK" -m ./autotesting_manifest.txt if [ "$?" != "0" ]; then echo Failure during creation of autotest package. exit 23